-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
59 lines (58 loc) · 1.08 KB
/
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
#navbar{
position: fixed;
top:0cm;
background-color: #ed5564;
width:100%;
height:15%;
}
#tags{
text-align: center;
display: flex;
align-items: center;
justify-content: space-evenly;
text-align: center;
list-style: none;
flex-direction: row;
font-weight: bold;
font-size: larger;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#welcome-section{
display: flex;
font-family:cursive;
justify-content: center;
align-items: center;
flex-direction: column;
height:100vh;
width: 100%;
padding: 0;
border-width: 0;
background-color: #ffce54;
}
#profile{
width:100%;
background-color: black;
color: whitesmoke;
}
ul {
list-style-position: inside;
}
.projects{
display: flex;
align-items: center;
}
.project-tile{
width: 100%;
border-radius: 20%;
margin:auto;
}
iframe{
width: 100vw;
height: 100vh;
border-radius:20% ;
}
@media (max-width: 28.75em) {
html {
font-size: 65%;
}
}