generated from github/welcome-to-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
70 lines (61 loc) · 1022 Bytes
/
styles.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
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
* {
margin: 0px;
padding: 0px;
}
body {
max-width: 900px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
h1 {
margin-top: 50px;
text-align: center;
}
h2 {
padding-bottom: 0.3em;
font-size: 1.5em;
border-bottom: 1px #30363d solid;
margin-bottom: 10px;
}
section {
margin-top: 50px;
padding-bottom: 20px;
}
p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-size: 16px;
line-height: 1.5;
word-wrap: break-word;
}
.octocat-img{
display: flex;
}
.octocat-img img{
align-items: center;
height: 500px;
width: 500px;
}
.octocat-img span{
border: 1px #30363d solid;
padding: 30px;
height: min-content;
line-height: 1.4;
background-color: #28303a;
color: white;
font-weight: bold;
}
.description {
display: flex;
gap: 4px;
}
.tech-stack {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.git-stats {
display: flex;
flex-wrap: wrap;
gap: 10px;
}