123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
- .container {
- width: 1140px;
- margin: 0 auto;
- }
- h1{
- font-family: "Playfair Display", serif;
- font-size: 64px;
- }
- h1+p{
- font-family: "Roboto", sans-serif;
- font-weight: 300;
- font-size: 36px;
- }
- li, p, button{
- font-family: "Roboto", sans-serif;
- font-weight: 300;
- font-size: 24px;
- }
- h1, p{
- margin: 0;
- }
- h1{
- margin-bottom: 20px;
- }
- section {
- margin-bottom: 100px;
- }
- .nav_item
- {list-style: none;
- margin-left: 60px;
- }
- a{
- text-decoration: none;
- color: black;
- }
- ul{
- display: flex;
- }
- .header{
- display: flex ;
- justify-content: space-between;
- align-items: center;
- }
- button{
- padding: 20px 30px;
- border: 1px solid black;
- background-color: rgba(255, 255, 255, 0);
- color: black;
- margin-top: 30px;
- }
- button:hover{
- background-color: black;
- color: white;
- transition: 1s;
- }
- .cover{
- height: 80vh;
- display: flex;
- align-items: center;
- }
- #cover{
- background-image: url(images/main.png);
- background-repeat: no-repeat;
- background-size: cover;
- }
- .v10_52 {
- width: 100%;
- height: 669px;
- background: url("../images/v10_52.png");
- background-repeat: no-repeat;
- background-position: center center;
- background-size: cover;
- opacity: 1;
- position: absolute;
- top: 900px;
- left: 370px;
- overflow: hidden;
- }
- .v4_8 {
- width: 492px;
- height: 669px;
- background: url("images/v4_8.png");
- background-repeat: no-repeat;
- background-position: center center;
- background-size: cover;
- opacity: 1;
- position: absolute;
- top: 0px;
- left: 0px;
- overflow: hidden;
- }
- .v5_7 {
- width: 166px;
- color: rgba(0,0,0,1);
- position: absolute;
- top: 215px;
- left: 570px;
- font-family: Playfair Display;
- font-weight: Regular;
- font-size: 64px;
- opacity: 1;
- text-align: left;
- }
- .v10_7 {
- width: 520px;
- color: rgba(0,0,0,0.800000011920929);
- position: absolute;
- top: 317px;
- left: 570px;
- font-family: Inter;
- font-weight: Regular;
- font-size: 24px;
- opacity: 1;
- text-align: left;
- }
-
|