-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
48 lines (47 loc) · 820 Bytes
/
style.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
.center{
display: flex;
align-items: center;
justify-content: center;
}
.colour{
background-color: aqua;
}
nav ul li{
padding-right:20vw ;
padding-left: 20vw;
display: inline-block;
}
nav ul li a{
text-decoration: none;
color: white;
}
.container{
height: 80vh;
display: flex;
flex-direction: column;
}
.padding{
padding: 30px;
font-size: 20px;
}
.btn1{
text-align: center;
margin-right: 50px;
margin-left: 50px;
height: 30px;
width: 80px;
cursor: pointer;
border: 2px solid black;
padding: 20px;
font-size: 25px;
border-radius: 4px;
background-color: #3244ee;
}
#btn{
cursor: pointer;
border:2px solid black;
padding: 10px;
border-radius: 5px;
background-color:rgb(59, 58, 58);
color: white;
}