-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
66 lines (55 loc) · 954 Bytes
/
styles.css
File metadata and controls
66 lines (55 loc) · 954 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #d6d6f5;
}
.bold-text {
font-weight: bold;
}
.navbar .logo {
width: 150px;
transform: translateX(140px);
}
.custom-navbar {
background-color: #1E1E1E;
}
.navbar .School1 {
color: white;
font-size: 35px;
font-weight: bold;
padding-top: 65px;
transform: translateX(-55px);
}
.nav-itema{
color: white;
text-decoration: none;
font-size: 20px;
margin-left: 50px;
}
.nav-itemb{
color: white;
text-decoration: none;
font-size: 20px;
margin-right: 50px;
}
.nav-link{
color: white;
}
main {
margin-top: 50px;
}
main h2 {
font-size: 2.5em;
margin-bottom: 20px;
}
main p {
font-size: 1.5em;
margin-bottom: 30px;
}
main button {
font-size: 1.2em;
}
.container .camp{
width: 100%;
}