File tree Expand file tree Collapse file tree 2 files changed +1
-30
lines changed
Expand file tree Collapse file tree 2 files changed +1
-30
lines changed Original file line number Diff line number Diff line change 11/** Write your CSS in here **/
2- body {
3- background-color : # f4f4f9 ;
4- display : flex;
5- justify-content : center;
6- align-items : center;
7- height : 100vh ;
8- font-family : sans-serif;
9- }
10-
11- # content {
12- background : white;
13- padding : 2rem ;
14- border-radius : 10px ;
15- box-shadow : 0 4px 6px rgba (0 , 0 , 0 , 0.1 );
16- text-align : center;
17- }
18-
19- button {
20- background-color : # 4a90e2 ;
21- color : white;
22- border : none;
23- padding : 10px 20px ;
24- border-radius : 5px ;
25- cursor : pointer;
26- }
27-
28- button : hover {
29- background-color : # 357abd ;
30- }
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < link rel ="stylesheet " href ="style.css " />
7- < title > Reading List </ title >
7+ < title > Title here </ title >
88 </ head >
99 < body >
1010 < div id ="content ">
You can’t perform that action at this time.
0 commit comments