박종현

Update stylesheet

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