Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Leanne Harris</title>
<link rel="stylesheet" href="style.css" />
<script src="script.js" defer></script>
</head>

<body>
<label class="switch">
<input type="checkbox" onclick="myFunction()">
Expand All @@ -13,4 +25,6 @@
<a href="https://github.com/le-anne"><img src="https://img.icons8.com/ios-glyphs/45/000000/github.png" /></a>&nbsp; &nbsp;
</svg></a>
<a href="https://medium.com/@leanne.0"><img src="https://img.icons8.com/ios-filled/45/000000/medium-monogram--v1.png" /></a>&nbsp; &nbsp;
<a href="https://twitter.com/twelvethirtyone"><img src="https://img.icons8.com/glyph-neue/45/000000/twitter.png" /></a>
<a href="https://twitter.com/leannedotcom"><img src="https://img.icons8.com/glyph-neue/45/000000/twitter.png" /></a> </div>
</div>
</html>
17 changes: 10 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
background-image: url("https://i.ibb.co/F6XGQLR/Monoline-Wear-Fashion-Minimalist-Logo.png");
background-color: #FF00CC;
background-image: url("https://i.ibb.co/qMHm8WW/Monoline-Wear-Fashion-Minimalist-Logo-1.png");
background-color: #F3DFC1;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
Expand All @@ -10,8 +10,8 @@ body {

@media screen and (max-width: 600px) {
body {
background-image: url("https://i.ibb.co/F6XGQLR/Monoline-Wear-Fashion-Minimalist-Logo.png");
background-color: #FF00CC;
background-image: url("https://i.ibb.co/qMHm8WW/Monoline-Wear-Fashion-Minimalist-Logo-1.png");
background-color: #F3DFC1;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
Expand All @@ -36,12 +36,13 @@ body {
}

.dark-mode {
background-color: #263052;
background-color: #034C3C;
color: white;
background-image: url("https://i.ibb.co/mCptnVd/Monoline-Wear-Fashion-Minimalist-Logo-2.png");
}

.dark-mode img {
filter: drop-shadow(3px 5px 2px rgb(200 200 200 / 0.4));
filter: drop-shadow(3px 5px 2px rgb(203 212 194 / 0.4));
}

input {
Expand Down Expand Up @@ -244,6 +245,8 @@ input {
.switch {
float: right;
position: relative;
margin-right: 25px;
margin-top: 15px;
display: inline-block;
width: 60px;
height: 34px;
Expand Down Expand Up @@ -305,7 +308,7 @@ input:checked + .slider:before {
.links a {
display: flex;
flex-direction: column;
height: 100px;
height: 50px;
width: 50px;
align-items: baseline;
padding-left: 70%;
Expand Down