You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
423 B

*,
body {
margin: 0;
padding: 0;
box-sizing: border-box;
direction: rtl;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a {
text-decoration: none;
}
li,
ol,
ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-bg {
width: 100%;
height: 100vh;
background-image: url('./image/sky-image.jpg');
background-size: cover;
background-repeat: no-repeat;
}