Skip to content

Commit 6cc300b

Browse files
authored
Reverse Image, update cursor, disable scrollbar
1 parent ddb5478 commit 6cc300b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

assets/img/background_home.jpg

467 Bytes
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Document</title>
7+
<title>DRL corp</title>
88
<link href="style.css" rel="stylesheet">
99
<meta name="keyword" content="test2, test3, test4, test5">
1010
<meta name="description" content="When writing a meta description, keep it between 140 and 160 characters so Google can display your entire message. Don’t forget to include your keyword!"></head>

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ body {
66
color:#fff;
77
height: 100vh;
88
cursor: none;
9+
overflow:hidden
910
}
1011

1112
a {
@@ -144,6 +145,7 @@ button:hover {
144145
background-repeat: no-repeat;
145146
filter: contrast(110%) brightness(105%);
146147

148+
147149
}
148150

149151
.btn-join {
@@ -230,6 +232,5 @@ button:hover {
230232
}
231233

232234
.expand {
233-
transition: .5s all ease;
234235
background-color: rgba(247, 249, 241, 0.5) !important;
235236
}

0 commit comments

Comments
 (0)