-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
74 lines (73 loc) · 1.32 KB
/
main.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;
}
.background{
background: rgba(0,0,0,0.5)url(bg2.jpg);
background-blend-mode: darken ;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 100vh;
width: 100%;
overflow: hidden;
}
.heading{
color: tomato;
font-family: "Audiowide", sans-serif;
font-size: 35px;
position: absolute;
padding-left: 250px;
margin-top: 30px;
display: inline;
z-index: 2;
}
.exp {
margin-top: 340px;
transform: translateX(500px);
padding-left: 22px;
margin-left: 600px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 150px;
margin-right: 1000px;
color: aliceblue;
border: solid;
border-radius: 10px;
cursor: pointer;
background: #000;
}
.exp a{
text-decoration: none;
color: white;
}
.exp a:hover{
color: rgb(196, 36, 15);
}
.exp:hover{
border-color: tomato;
}
samp{
color: rgb(196, 36, 15);
font-weight: bolder;
font-size: 75px;
}
.container{
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.container img{
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: contain;
}
.container img{
size: -200px;
}