-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
44 lines (40 loc) · 855 Bytes
/
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
body {
background-image: url("https://www.10wallpaper.com/wallpaper/2560x1600/1908/2019_Purple_Abstract_4K_HD_Design_2560x1600.jpg");
background-repeat: no-repeat;
background-position: center;
height: 300px;
width: 80%;
background-attachment: fixed;
background-size: cover;
}
h1 {
color: #6B12A6
}
.Site-Root {
display: flex;
flex-direction: column;
align-items: center;
width: 35vw;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
gap: 5px;
}
.Perfil {
width: 200px;
height: 200px;
border-radius: 50%;
}
a {
color: whitesmoke;
background-color: #401B8C;
width: 100%;
padding: 10px;
text-decoration: none;
text-align: center;
font-size: 1.1rem;
font-weight: bold;
border: solid 2px #272635;
gap: 20px;
}