-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHome.css
More file actions
executable file
·91 lines (87 loc) · 1.66 KB
/
Home.css
File metadata and controls
executable file
·91 lines (87 loc) · 1.66 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
@font-face{
font-family: "asap-symbol";
src: url("Asap-Symbol-webfont.woff") format("woff");
}
body {
background-image: repeating-linear-gradient(to bottom, rgb(153, 196, 73), #73c8e2);
background-attachment: fixed;
background-position: center;
text-align: center;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
.page_container{
width: 100%;
}
h1{
color: rgb(101, 32, 165);
font-family: "asap-symbol";
}
h2{
font-family: "courgette";
margin-bottom: 20px;
}
img{
border: 5px solid rgb(117, 24, 105);
}
.firstpic{
border-color: slateblue;
}
.bar{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.nav ul{
position: absolute;
max-width: 100%;
top:0;
padding-top: 5px;
display:flex;
justify-content: center;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
}
.nav li{
padding:30px;
font-size: x-large;
text-decoration: underline;
}
ul{
padding: 30px 0px 30px 15px;
list-style: none;
margin-bottom: 10px;
font-family: "asap-symbol";
font-style: normal;
position: absolute;
max-width: 100%;
top:0;
padding-top: 5px;
}
.projectlist{
margin-top: 30px;
}
ul > li{
text-decoration: underline;
}
.profile{
border-bottom: 3px solid rgb(25, 35, 177);
border-top: solid 3px rgb(25, 35, 177);
}
button{
cursor: pointer;
background-color: rgb(77, 33, 77);
color: white;
}
.about{
background-color: rgb(18, 150, 150);
}
p{
padding: 10px;
font-family: "source sans pro";
}