-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
106 lines (88 loc) · 1.59 KB
/
index.css
File metadata and controls
106 lines (88 loc) · 1.59 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
scroll-behavior: smooth;
}
#b {
background: #131313;
background: linear-gradient(180deg, #131313, #253C63);
}
body {
font-family: "Poppins", sans-serif;
color: white;
}
#content {
margin: auto;
width: 50%;
padding: 10px;
text-align: left;
}
.nav {
text-align: center;
}
a {
text-decoration: none;
color: rgb(180, 180, 180);
padding: 5px;
font-size: 27px;
font-weight: bold;
}
a:hover {
color: white;
}
#home {
margin-top: 200px;
}
.opener {
line-height: 1.69;
font-size: 58px;
font-weight: 700;
margin-top: 0px;
margin-bottom: 0px;
}
.title {
margin: 0;
font-size: 29px;
color: #4A89C9;
}
.projectList {
align-content: center;
}
.project {
width: 750px;
border: 3px solid #777;
border-radius: 15px;
padding: 25px;
margin: auto;
margin-bottom: 50px;
}
.projectName {
font-weight: bold;
font-size: 40px;
margin: 0;
}
.projectLink {
background: white;
border-radius: 15px;
height: auto;
padding: 5px;
height: 30px;
width: 30px;
}
.projectDesc {
font-weight: 500;
font-size: 20px;
}
.projectTypes {
display: inline-flex;
}
.projectType {
color: black;
background-color: white;
padding: 10px;
font-weight: 500;
font-size: 20px;
width: auto;
border-radius: 15px;
margin-bottom: 0px;
margin-right: 10px;
}