-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
88 lines (77 loc) · 1.1 KB
/
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
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
80
81
82
83
84
85
86
87
88
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
/* NAvigation bar */
#title {
background: rgba(0,0,0,0.7);
}
#navbar {
padding: 0 0 5px;
}
#navbar-brand {
text-decoration: none;
color:#fdfffc;
font-family: sans-serif;
font-size: 2rem;
font-weight: bold;
padding-left: 2rem;
}
span{
color:white;
}
.nav-item {
padding: 0 10px;
}
.nav-link {
font-size: 1.6rem;
}
.btn {
background-color: black;
}
/* Introduction */
.intro{
text-align: center;
font-size: 50px;
letter-spacing: 3px;
font-family: 'sans-serif';
position: relative;
padding:4% 8%;
color:black;
}
.cont{
height:200px;
width:300px;
padding: 1%;
margin: 0 auto;
}
button{
height: 30%;
width: 30%;
}
.contain{
height:200px;
width:400px;
background-color:lightgray;
padding: 1%;
margin: 0 auto;
}
.choose{
font-size:1.5rem;
color:#292b2c;
font-style:Ubuntu;
font-weight:bold
}
/* footer section */
#footer {
margin-top: 200px;
padding: 5% auto;
text-align: center;
color: rgb(0, 0, 0);
font-size: 25px;
}
.social-icon {
margin: 10px 5px;
color: white;
}
.social-icon:hover{
cursor: pointer;
padding:0 5px ;
}