-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
97 lines (85 loc) · 1.39 KB
/
styles.css
File metadata and controls
97 lines (85 loc) · 1.39 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
.container {
font-family: Nunito;
}
#navbar {
overflow: hidden;
background-color: #333;
width: 100%;
/*padding: 5em;*/
}
#navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 20px;
}
#navbar a:hover {
background-color: #ddd;
color: black;
}
.content {
padding: 16px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
#home {
filter: brightness(70%);
width: 100%;
height: 100%;
/*background-image: url("http://cache.desktopnexus.com/thumbseg/2357/2357877-bigthumbnail.jpg");*/
}
.home-text{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color : white;
font-family: "Comic Sans MS", cursive, sans-serif
font-weight: bold;
font-size: 2.0em;
}
#about {
background-color: #f2f2f2;
width: 100%;
height: 100%;
font-size: 20px;
}
.about-text {
text-align: center;
margin-left: 150px;
margin-right: 150px;
/*margin-top: 25px;*/
font-family: Nunito;
}
#projects{
display: flex;
background-color: white;
}
.project-text{
margin-top: 10px;
text-align: center;
}
.rectangle {
width: 250px;
height: 350px;
border-radius: 20px;
background-color: #f2f2f2;
margin-left: 100px;
margin-right: 100px;
/*margin-bottom: 50px;*/
margin: auto;
}
/*.img {
width: 75px;
height: 75px;
}*/
.img2 {
width: 1270px;
height: 100%;
}