-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
74 lines (64 loc) · 1.59 KB
/
css.css
File metadata and controls
74 lines (64 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#email {
font-size: 23px;
/* font-family: 'Anton', sans-serif;/ */
/* font-family: 'Ranga', cursive; */
font-family: 'Fira Sans Condensed', sans-serif;
text-decoration-color: bisque
}
#pwd {
font-size: 23px;
/* font-family: 'Anton', sans-serif;
*/
/* font-family: 'Ranga', cursive;
*/
font-family: 'Fira Sans Condensed', sans-serif;
/* text-decoration-color: bisque */
}
.checkbox {
/* font-family: 'Ranga', cursive; */
font-family: 'Fira Sans Condensed', sans-serif;
/* text-decoration-color: bisque */
}
.container {
padding-top: 100px;
}
.jumbotron {
color: rgb(53, 34, 5);
box-shadow: 10px 16px 16px;
}
.container .jumbotron {
border-radius: 120px;
}
#suc_k {
padding-left: 43%;
padding-right: 40%;
text-align: center;
/* padding-top: 56px; */
font-weight: 200;
font-size: 75px;
font-family: 'Permanent Marker', cursive;
text-shadow: 15px 15px 12px rgba(0, 0, 0, 0.278);
color: rgb(15, 155, 211);
}
font {
padding-left: 15px;
/* padding-right: 40%; */
text-align: center;
/* padding-top: 56px; */
font-weight: 200;
font-size: 50px;
font-family: 'Permanent Marker', cursive;
text-shadow: 15px 15px 12px rgba(0, 0, 0, 0.288);
color: rgb(17, 142, 192);
/* col */
}
body {
background-color: rgb(240, 237, 228);
/* background-image: url("new2.jpg"); */
}
#user {
padding-left: 110px;
font-size: 45px;
color: rgb(15, 155, 211);
/* box-shadow: 10px 10px 10px; */
}