-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (42 loc) · 915 Bytes
/
Copy pathstyle.css
File metadata and controls
53 lines (42 loc) · 915 Bytes
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
#profile{
width:200px;
border: 10px solid pink;
border-radius: 50%;
display:flex;
margin:auto;
}
body{
background-image: url("img/backnew.jpg");
background-size:cover ;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.text {
color: #f7e9f0; /* soft pinkish white */
text-shadow:
2px 2px 4px rgba(0, 0, 0, 0.3); /* glowing pink aura */
margin:30px auto 50px auto;
text-align: center;
}
#te{
color:black;
margin-top:50px;
margin-bottom:0px;
}
.descrip{
color:black;
border: 8px solid pink;
background-color: white;
border-radius: 20px;
padding:20px;
}
.log{
display:flex;
justify-content:center;
align-items: center;
}
#fin{
display:flex;
justify-content:center;
align-items: center;
flex-direction: column;
}