-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
70 lines (61 loc) · 929 Bytes
/
stylesheet.css
File metadata and controls
70 lines (61 loc) · 929 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
* {
box-sizing: border-box;
}
body {
background-color: #33313b;
font-family: Josefin Slab;
}
.avatar {
height: 150px;
width: 150px;
padding-top: 5px;
}
.fullname {
padding-top: 30px;
padding-bottom: 30px;
font-size: 18px;
color: #fcf9ec;
}
.listall {
padding-bottom: 30px;
font-size: 18px;
line-height: 40px;
color: #fcf9ec;
}
.text {
font-size: 20px;
padding: 10px;
color: #fcf9ec;
}
.username,
.password,
.gitusername {
width: 150px;
height: 25px;
border-radius: 2px;
border: none;
margin: 10px;
padding: 10px;
color: #393e46;
font-family: Josefin Slab;
font-size: 15px;
}
.button {
width: 40px;
height: 25px;
border-radius: 2px;
border: none;
margin: 10px;
font-size: 15px;
color: #393e46;
font-family: Josefin Slab;
}
::placeholder {
font-size: 15px;
text-align: center;
color: #393e46;
font-family: Josefin Slab;
}
ul {
padding: 10px;
}