-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsty.css
62 lines (62 loc) · 1.19 KB
/
sty.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
body{
background-image: url(475449850348906a1af16ef9a99822c9.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 0px;
width: 100vw;
height: 100vh;
}
.main{
width: 100vw;
height: 100vh;
justify-content: center;
}
.intro{
display: flex;
padding: 10px;
margin: 20px;
color: white;
text-wrap:pretty;
}
.nav{
display: flex;
padding: 10px;
margin: 10px;
border-radius: 1rem;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
font-size: large;
background-color: rgb(122, 7, 92);
}
p{
color: white;
font-size: large;
text-align: center;
margin: 1.2vw;
}
#a{
color: white;
}
#a:visited{color:chartreuse}
#a:hover{color:darkorange}
#a:active{color:rgb(221, 231, 35)}
#ig{
display: flex;
flex-wrap: wrap;
height: 10%;
width: 20%;
border-radius: 100%;
margin: 10px;
align-items: center;
justify-content: center;
}
#container{
display: flex;
align-items: center;
justify-content: center;
background: url(Background.gif);
background-repeat: no-repeat;
background-size: 95% 100%;
background-position: 5.5vmin 0.8rem;
}