Page 316 - MDP2022-3
P. 316
background: linear-gradient(top, #DDA6AE, #FFE6E9 25%, #ffffff 38%, #FFE6E9 63%, #f7f7f7
87%, rgba(38, 38, 38, 0.8));
background: -webkit-linear-gradient(top, #DDA6AE, #FFE6E9 25%, #ffefef 38%, #D9A3A9
63%, #FFE6E9 87%, #DDA6AE);
}
style.css
body {
font: 20px "Lucida Grande", Helvetica, Arial, sans-serif;
background-color: lightslategray;
font-family: 'Do Hyeon', sans-serif;
}
div{
width: auto;
text-align: center;
border-radius: 0.4em;
}
a, li{
text-align: center;
text-decoration-line: none;
font-family: 'Do Hyeon', sans-serif;
font-size: 0.999cm;
background-color: white ;
}
a:link {
color : blue;
text-decoration: none;
}
a:visited {
color : black;
text-decoration: none;
}
a:hover {
color : red;
text-decoration: none;
}
a:active {
color : green;
text-decoration: none;
}
.btn-4 {
position: relative;
color: #000;
z-index: 2;
line-height: 40px;
padding: 0;
}
.btn-4:hover{
border: none;
}
.btn-4:before,
.btn-4:after {