Modest Mouse Night on the Sun in CSS

Developer
Size
3,042 Kb
Views
24,288

How do I make an modest mouse night on the sun in css?

What is a modest mouse night on the sun in css? How do you make a modest mouse night on the sun in css? This script and codes were developed by Samuel Janes on 02 November 2022, Wednesday.

Modest Mouse Night on the Sun in CSS Previews

Modest Mouse Night on the Sun in CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Modest Mouse Night on the Sun in CSS</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='album'>	<div class='icon top'></div>	<div class='arches'>	<div class='arch bottom'></div>	<div class='arch top'></div>	</div>	<div class='icon bottom'></div>
</div>
</body>
</html>

Modest Mouse Night on the Sun in CSS - Script Codes CSS Codes

body { min-height: 100vh; display: flex; justify-content: center; align-items: center; background: linear-gradient(45deg, #E6C446, #F76F23, #D9476E, #9B357E, #0E6BB0);
}
.album { widtH: 640px; min-width: 640px; height: 640px; min-height: 640px; overflow: hidden; background: #060709; position: relative;
}
@media (max-width: 700px) { .album { transform: scale(0.5); }
}
.album .icon { widtH: 50px; height: 75px; position: absolute; left: 50%; transform: translate(-50%, 0);
}
.album .icon:after { content: ""; position: absolute; width: 35px; height: 35px; top: 0; left: 50%; transform: translate(-50%, -50%) rotate(45deg); background: #060709;
}
.album .icon.top { background: linear-gradient(-45deg, #F76F23, #c64c07); top: 20px;
}
.album .icon.bottom { background: linear-gradient(-45deg, #9B357E, #622250); bottom: 20px;
}
.album .arches { width: 640px; height: 640px; position: relative; z-index: 2;
}
.album .arches:before { content: ""; display: block; width: 360px; height: 185px; background: white; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1;
}
.album .arches:after { content: ""; display: block; width: 230px; height: 230px; background-image: url("https://www.nasa.gov/sites/default/files/styles/image_card_4x3_ratio/public/thumbnails/image/hubble_friday_03182016.jpg?itok=ggA8usQe"); background-size: cover; background-position: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 360px; z-index: -1;
}
.album .arches .arch { width: 640px; height: 1280px; border-radius: 640px; box-shadow: inset 0px 0px 0px 20px #E6C446, inset 0px 0px 0px 40px #F76F23, inset 0px 0px 0px 60px #D9476E, inset 0px 0px 0px 80px #9B357E, inset 0px 0px 0px 100px #0E6BB0;
}
.album .arches .arch.top { transform: translate(0, -2048px);
}
.album .arches .arch.bottom { transform: translate(0, 128px);
}
Modest Mouse Night on the Sun in CSS - Script Codes
Modest Mouse Night on the Sun in CSS - Script Codes
Home Page Home
Developer Samuel Janes
Username SamuelJanes
Uploaded November 02, 2022
Rating 3.5
Size 3,042 Kb
Views 24,288
Do you need developer help for Modest Mouse Night on the Sun in CSS?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Samuel Janes (SamuelJanes) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!