-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathend.css
More file actions
124 lines (103 loc) · 1.67 KB
/
end.css
File metadata and controls
124 lines (103 loc) · 1.67 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
124
{
margin:10;
padding:10;
}
.main-nav{
float: right;
list-style: none;
margin-top: 10px;
margin-right: 20px;
}
.main-nav li{
display: inline-block;
}
.main-nav li a
{
color: white;
text-decoration :none;
padding: 8px 25px;
font-family: "roboto", sans-serif;
font-size: 17px;
}
.main-nav li.active a
{
border: 2px solid white;
}
.main-nav li a:hover
{
background-color: orange;
border: 1px solid white;
}
.logo img{
width: 200px;
height : auto;
float: left;
margin-top: -38px;
margin-left: -40px;
}
#inl
{
width: 110px;
margin-top: -12px;
margin-left: 3px;
}
.transbox{
margin: 30px;
margin-top: 20px;
height: 100vh;
background-size: cover;
opacity: 0.6;
background-color: black;
filter: alpha(opacity=60);
}
body{
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("treasure.jpg");
margin-top: 30px;
height: 100vh;
background-color: #cccccc;
background-size: cover;
font-family: monospace;
}
.row{
max-width: 1200px;
margin: auto;
}
.here{
position: absolute;
width: 1200px;
margin-left: 0px;
margin-top: 0px;
}
h1
{
color: beige;
text-align: center;
font-size: 50px;
text-transform: uppercase;
margin-top: 200px;
margin-left: 80px;
}
h4{
color: beige;
text-align: center;
font-size: 30px;
fo
}
.button
{
margin-top: 70px;
margin-left: 600px;
}
.btn{
border: 1px solid white;
padding: 12px 35px;
color: white;
text-decoration: none;
margin-right: 5px;
font-size: 15px;
text-transform: uppercase;
}
.btn1:hover
{
background-color: orange;
}