-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
74 lines (63 loc) · 1.1 KB
/
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
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
*{
padding: 0;
margin: 0;
}
body{
background-image: url("https://briidea.in/wp-content/uploads/2018/08/Basic-Landing-Page-background.jpg");
background-repeat: no-repeat;
}
.navbar-container{
height:80px;
width:100%;
background-color: darkslategray;
opacity:80%;
}
#heading{
display: inline-block;
margin-right: 400px;
color:white;
margin-top: 20px;
margin-left: 20px;
}
.navbar{
display: inline-block;
font-size: 25px;
color: white;
padding-left: 50px;
}
input{
height:35px;
width:200px;
font-size: 25px;
}
a{
color: white;
text-decoration: none;
}
.content{
text-align: center;
color:white;
padding-top: 80px;
font-size: 25px;
}
button{
height:30px;
width:80px;
background-color:seagreen;
color:white;
font-size: 20px;
border:1px solid seagreen;
margin-right: 80px;
}
.footer-container {
height:150px;
width:100%;
background-color:#bbbbbb;
margin-top: 160px;
opacity:70%;
}
.footer-info p {
color:black;
text-align: center;
padding-top: 20px;
}