-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (50 loc) · 803 Bytes
/
style.css
File metadata and controls
51 lines (50 loc) · 803 Bytes
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
body{
background-color: #089DE3;
}
h1{
color: white;
text-align: center;
font-family: 'Aldrich';
font-size: 65px;
}
p{
font-family: verdana;
font-size: 25px;
}
img{
width: 200px;
height: 200px;
border-radius: 3%;
}
.image{
width: 150px;
height: 150px;
margin: 0 auto;
}
input{
width: 290px;
height: 30px;
border: 2px solid white;
border-radius: 4px;
font-size: 20px;
margin-bottom: 4px;
font-family:Comic Sans MS;
}
.forin{
color: white;
font-size: 25px;
display: inline;
font-family:Comic Sans MS;
}
.submit{
width: 150px;
height: 45px;
border: 5px solid white;
border-radius: 4px;
font-size: 25px;
margin-bottom: 4px;
background-color:black;
color: white;
margin-top: 8px;
font-family:Comic Sans MS;
}