-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
83 lines (79 loc) · 1.6 KB
/
Copy pathstyles.css
File metadata and controls
83 lines (79 loc) · 1.6 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
.profile {
text-align: center;
padding: 20px;
background: linear-gradient(315deg, rgb(146, 17, 137) 3%, rgb(231, 211, 28) 38%, rgb(67, 175, 73) 68%, rgb(255, 29, 29) 98%);
margin-top: 20px;
border-radius: 30px;
font-weight: 400;
}
.profile-img {
width: 150px;
height: 150px;
border-radius: 50%;
}
.profile-info {
margin-top: 20px;
}
.profile-info h2 {
margin-bottom: 10px;
}
.profile-info p {
margin-bottom: 5px;
}
h1{
color: #fffefd;
text-shadow: 4px 4px 8px #000;
}
h1, #input-form{
text-align: center;
}
body{
background-color: rgb(63, 56, 87);
}
#input-form{
display: flex;
flex-wrap: wrap;
justify-content: center;
background-color: darkorange;
padding: 20px;
border-radius: 10px;
width: 60%;
margin-left: 15%;
box-shadow: 2px 4px 2px 4px #e020a7;
}
#label{
font-size: 20px;
margin: 10px;
color: #fff;
text-shadow: 4px 4px 8px #000;
}
#username{
font-size: 18px;
padding: 3px;
border-radius: 5px;
padding: 2px;
padding-left: 4px;
margin: 10px;
}
button{
font-size: 20px;
margin: 10px;
border-radius: 10px;
padding: 2px;
color: #460c34;
background-color: rgb(229, 255, 0);
text-shadow: 2px 2px 4px #ff0303;
}
footer{
font-size: 18px;
text-align: center;
}
footer p{
color: #fff;
}
footer p a{
font-size: 20px;
color: orangered;
text-decoration: none;
text-shadow: 2px 2px 4px #000;
}