1- <style >
1+ /* Fix this */
22* {
33 margin : 0 ;
44 padding : 0 ;
55}
6+
67html {
78 font-family : sans-serif;
8- scroll-behavior : smooth;
9+ /* scroll-behavior: smooth; */
10+ /* Unsupported for html selector? */
911 padding-top : 0 ;
1012 background-color : black;
1113}
14+
1215body {
1316 padding : 0 ;
1417 margin : 0 ;
15- font- color: white;
18+ color : white;
1619}
1720
1821h1 {
19- text-align : center;
22+ text-align : center;
2023 color : white;
2124 font-size : 300% ;
2225 margin : 0em ;
2932 color : white;
3033 font-size : 300% ;
3134}
35+
3236# job-title {
33- text-align : center;
37+ text-align : center;
3438 color : white;
3539 font-size : 150% ;
3640 font-weight : 200 ;
4852 margin-bottom : 0.5em ;
4953}
5054
51- p {
52- text-align : left;
55+ p {
56+ text-align : left;
5357 color : white;
5458 font-size : 100% ;
5559}
60+
5661a {
5762 color : white;
5863 text-decoration : none;
5964 font-size : 100% ;
6065}
6166
6267# portfolio-link {
63- text-align : center;
68+ text-align : center;
6469 color : white;
6570 font-size : 200% ;
6671 font-weight : 200 ;
7176a .orange {
7277 color : orange;
7378}
79+
7480a .red {
7581 color : red;
7682}
83+
7784a .purple {
7885 color : purple;
7986}
87+
8088a .green {
8189 color : green;
8290}
91+
8392a .blue {
8493 color : blue;
8594}
95+
8696a .black {
8797 color : black;
8898}
99+
89100a : hover {
90101 text-decoration : underline;
91102}
103+
92104div .status {
93105 text-align : center;
94106 margin : auto;
95107 width : 80% ;
96108 border : 0px solid green;
97109 padding : 10px ;
98110}
111+
99112div .links {
100113 text-align : center;
101114 margin : auto;
@@ -115,7 +128,6 @@ div.page {
115128
116129div .fs {
117130 height : 100vh ;
118-
119131 /* retain height */
120132 -webkit-box-sizing : border-box;
121133 -moz-box-sizing : border-box;
@@ -124,7 +136,8 @@ div.fs {
124136
125137div .bg {
126138 /* center background */
127- background : url (start_background_bw.jpg) no-repeat center bottom; /* fixed */
139+ background : url (../ start_background_bw.jpg) no-repeat center bottom;
140+ /* fixed */
128141 -webkit-background-size : cover;
129142 -moz-background-size : cover;
130143 -o-background-size : cover;
@@ -145,7 +158,8 @@ div.contact-box {
145158
146159.wrapper {
147160 display : grid;
148- grid-template-columns : all all;
161+ /* grid-template-columns: all all; */
162+ /* all all not valid */
149163 grid-gap : 10px ;
150164 color : # 444 ;
151165 margin : auto;
@@ -169,14 +183,22 @@ form {
169183
170184/* Style inputs with type="text", select elements and textareas */
171185input [type = text ], select , textarea {
172- width : 100% ; /* Full width */
173- padding : 12px ; /* Some padding */
174- border : 1px solid # ccc ; /* Gray border */
175- border-radius : 4px ; /* Rounded borders */
176- box-sizing : border-box; /* Make sure that padding and width stays in place */
177- margin-top : 6px ; /* Add a top margin */
178- margin-bottom : 16px ; /* Bottom margin */
179- resize : vertical /* Allow the user to vertically resize the textarea (not horizontally) */
186+ width : 100% ;
187+ /* Full width */
188+ padding : 12px ;
189+ /* Some padding */
190+ border : 1px solid # ccc ;
191+ /* Gray border */
192+ border-radius : 4px ;
193+ /* Rounded borders */
194+ box-sizing : border-box;
195+ /* Make sure that padding and width stays in place */
196+ margin-top : 6px ;
197+ /* Add a top margin */
198+ margin-bottom : 16px ;
199+ /* Bottom margin */
200+ resize : vertical
201+ /* Allow the user to vertically resize the textarea (not horizontally) */
180202}
181203
182204/* Style the submit button with a specific background color etc */
@@ -214,4 +236,3 @@ img {
214236 display : block;
215237 margin : auto;
216238}
217- </ style>
0 commit comments