/* Preloader */
#preloader {
align-items: center;
justify-content: center;
width: 100%;
display: flex;
position: fixed;
height: 100vh;
left: 0;
top: 0;
background: #fff url("https://samherbert.net/svg-loaders/svg-loaders/spinning-circles.svg") no-repeat center;
z-index: 9999;
}
/* General Aesthetic */
body {
margin: 0;
font-family: 'Georgia', serif;
background-color: #fff0f5;
color: #8b3a62;
text-align: center;
padding-top: 100px;
}
nav {
position: fixed;
top: 0;
width: 100%;
background-color: #ffe6f0;
display: flex;
justify-content: center;
padding: 10px 0;
box-shadow: 0 4px 10px rgba(255, 182, 193, 0.2);
z-index: 1000;
}
nav a {
margin: 0 20px;
text-decoration: none;
font-weight: bold;
color: #c71585;
font-size: 16px;
}
nav a:hover {
color: #ff69b4;
text-decoration: underline;
}
h1 {
font-size: 36px;
color: #d63384;
}
p, li {
font-size: 17px;
color: #6d2b4f;
}
img {
max-width: 300px;
border-radius: 10px;
margin: 20px 0;
box-shadow: 0 0 20px #f8bbd0;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin: 10px;
background-color: #ffe0eb;
padding: 12px;
border-radius: 10px;
}
Home | Coquette Site
welcome to my softspace ā”
gentle days. pink skies. hearts open wide.
Gallery | Coquette Site
photo diary
snippets of lace, tea, and sunsets
Blog | Coquette Site
soft thoughts blog
- š june 22 ā learning to slow down again
- š june 14 ā handwritten letters & pink wax seals
- šø june 2 ā the beauty of doing nothing
});
var s = loader.style;
s.opacity = 1;
(function fade() {
(s.opacity -= 0.1) < 0 ? (s.display = "none") : setTimeout(fade, 40);
})();