-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.css
More file actions
123 lines (103 loc) · 1.71 KB
/
style1.css
File metadata and controls
123 lines (103 loc) · 1.71 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
margin:0;
padding:0;
}
header{
background-position: center;
background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("rules 1.jpg");
height: 180vh;
background-size: cover;
}
.main-nav{
float: right;
list-style: none;
margin-top: 30px;
margin-right: 20px;
}
.main-nav li{
display: inline-block;
}
.main-nav li a
{
color: white;
text-decoration :none;
padding: 7px 26px;
font-family: "roboto", sans-serif;
font-size: 17px;
margin-right: 12px;
}
.main-nav li.active a
{
border: 1px solid white;
}
.main-nav li a:hover
{
border: 2px solid white;
background-color: orange;
}
.logo img{
width: 220px;
height : auto;
float: left;
margin-top: -40px;
margin-left: -45px;
}
body{
font-family: monospace;
}
.row{
max-width: 1200px;
margin: auto;
}
h1
{
color: beige;
font-size: 42px;
font-family: cursive;
text-align: center;
text-transform: capitalize;
margin-top: 100px;
margin-left: 200px;
}
p
{
color: white;
text-align: left;
font-size: 20px;
padding: 10px 10px;
line-height: 37px;
font-family: Arial, Helvetica, sans-serif;
margin-left: 50px;
margin-top: 10px;
}
.list
{
color: white;
margin-right: 50px;
text-align: left;
font-size:18px;
padding: 30px 30px;
line-height: 37px;
font-family: Arial, Helvetica, sans-serif;
margin-left: 50px;
margin-top: 0px;
}
.button{
margin-top: 0px;
margin-left: 600px;
position: relative;
top: 30%;
}
.btn{
border: 1px solid white;
padding: 15px 38px;
color: white;
text-decoration: none;
background-color: transparent;
margin-right: 5px;
font-size: 15px;
}
.btn1:hover
{
background-color: orange;
}