File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 13
13
< title > My Project</ title >
14
14
</ head >
15
15
< body >
16
- < h1 > My Project</ h1 >
16
+ <!-- Replace <h1>My Project</h1> with a styled <div> for quick visual testing. -->
17
+ <!-- <h1>My Project</h1> -->
18
+ < div > </ div >
17
19
< script src ="script.js "> </ script >
18
20
</ body >
19
21
</ html >
Original file line number Diff line number Diff line change 1
- @import url ("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" );
1
+ /* Replace Roboto with a font you like. */
2
+ @import url ("https://fonts.googleapis.com/css2?family=Newspaper:wght@400;700&display=swap" );
2
3
3
4
* {
4
5
box-sizing : border-box;
5
6
}
6
7
7
8
body {
8
- font-family : "Roboto " , sans-serif;
9
+ font-family : "Newspaper " , sans-serif;
9
10
display : flex;
10
11
flex-direction : column;
11
12
align-items : center;
14
15
overflow : hidden;
15
16
margin : 0 ;
16
17
}
18
+
19
+ div {
20
+ background-color : blue;
21
+ width : 200px ;
22
+ height : 200px ;
23
+ }
You can’t perform that action at this time.
0 commit comments