-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
51 lines (51 loc) · 978 Bytes
/
styles.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
body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
.nav ul {
list-style: none;
background: #000000;
text-align: center;
padding: 0;
margin: 0;
}
.nav li {
display: inline-block;
}
.nav a {
text-decoration: none;
color: white;
width: 100px;
display: block;
padding: 20px;
font-size: 17px;
font-family: Helvetica, sans-serif;
text-transform: uppercase;
}
li {
display: inline;
font-weight: bold;
text-transform: uppercase;
font-size: 10px;
}
h1 {
text-align: 20px right;
border-inline-color: black;
font-size: bold;
padding: 50px;
text-align: center;
}
.carousel-caption h1{
color:white;
font-size: 60px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-style: italic;
}
.courousel h2{
text-align:center;
font-size:40px;
}
#logo{
align-content: right;
}