-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
36 lines (36 loc) · 675 Bytes
/
Copy pathapp.css
File metadata and controls
36 lines (36 loc) · 675 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
* {
border: 0;
}
button {
background-color: blueviolet;
color: chartreuse;
padding: 10px 15px;
margin-top: 20px;
border-radius: 5px;
}
#container {
margin-left: auto;
margin-right: auto;
margin-top: 20px;
width: 50%;
text-align: center;
font-size: 2em;
}
body, input, button {
font-size: 1em;
}
#imgGitHubImage {
width: 200px;
border-radius: 25%;
margin-top: 20px;
}
#gitHubName {
font-family: 'Lucida Sans', 'Lucida Sans Regular',
'Lucida Grande', 'Lucida Sans Unicode', Geneva,
Verdana, sans-serif;
}
#inputName {
border-bottom: 2px dashed;
border-radius: 20px;
text-align: center;
}