-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
79 lines (61 loc) · 1008 Bytes
/
main.css
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
75
76
77
78
79
h1 {
color: white;
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
text-align: center;
}
h2 {
text-align: center;
}
p {
color: black;
font: "Times New Roman", serif;
text-align: center;
}
h3 {
color: black;
font: "Times New Roman", serif;
text-align: center;
}
img {
display: block;
margin: auto;
width: 55%;
white-space: pre;
border-radius: 15px;
}
body {
background-color: lightblue;
}
#search {
float: right;
display: inline-block;
}
ul.topnav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
text-align:center;
}
ul.topnav li {
float: center;
display: inline;
}
ul.topnav li a {
display: inline-block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
transition: 0.3s;
font-size: 17px;
}
ul.topnav li a:hover {background-color: #555;}
#contact_form {
text-align: center;
font-size: 30px;
}
#buttons {
margin: 0 auto;
}