박종현

Update stylesheet

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 margin: 0 auto; 2 margin: 0 auto;
3 width: 500px; 3 width: 500px;
4 height: 500px; 4 height: 500px;
5 - border: 15px solid rgb(163, 151, 198); 5 + border: 15px solid rgb(158, 111, 170);
6 border-radius: 50%; 6 border-radius: 50%;
7 } 7 }
8 .dday { 8 .dday {
...@@ -13,20 +13,23 @@ ...@@ -13,20 +13,23 @@
13 padding: 30px; 13 padding: 30px;
14 max-width: 1170px; 14 max-width: 1170px;
15 } 15 }
16 +.dDayFont {
17 + font-size: 650%;
18 +}
16 h1 { 19 h1 {
17 font-size: 40px; 20 font-size: 40px;
18 - color : tomato; 21 + color : rgb(180, 74, 102);
19 font-family: 'Gowun Dodum', sans-serif; 22 font-family: 'Gowun Dodum', sans-serif;
20 } 23 }
21 h2 { 24 h2 {
22 - color :white; 25 + color :rgb(2, 2, 2);
23 font-weight: lighter; 26 font-weight: lighter;
24 font-family: 'Gowun Dodum', sans-serif; 27 font-family: 'Gowun Dodum', sans-serif;
25 } 28 }
26 #title { 29 #title {
27 color: rgb(191, 185, 211); 30 color: rgb(191, 185, 211);
28 font-size: 50px; 31 font-size: 50px;
29 - font-family: 'Tiro Devanagari Marathi', serif; 32 + font-family: 'Jeju Hallasan';
30 font-weight: 600; 33 font-weight: 600;
31 } 34 }
32 #activity { 35 #activity {
...@@ -36,9 +39,5 @@ h2 { ...@@ -36,9 +39,5 @@ h2 {
36 background-color: rgba(197, 97, 201, 0.486); 39 background-color: rgba(197, 97, 201, 0.486);
37 } 40 }
38 body { 41 body {
39 - margin-top: 100px; 42 + background: linear-gradient(rgb(255, 255, 255), rgb(255, 228, 250), rgb(254, 210, 255));
40 - margin-bottom: 100px;
41 - margin-left: 50px;
42 - margin-right: 50px;
43 - background-color: rgb(78, 76, 76);
44 } 43 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 </head> 14 </head>
15 <center> 15 <center>
16 <body> 16 <body>
17 - <div id="title">When is my Holiday?</div> 17 + <div id="title">공휴일 카운터</div>
18 <br><br> 18 <br><br>
19 <div class="wrapper"> 19 <div class="wrapper">
20 <div class="circle"> 20 <div class="circle">
......