Anya's profile picture

Published by

published
updated

Category: Web, HTML, Tech

CSS Layout Mint Winter Wonderland gif

something I made extra :) background falling snow gif





body {
 
    background-image: url(https://i1.wp.com/codemyui.com/wp-content/uploads/2016/11/pure-css-snow-animation.gif?fit=880%2C440&ssl=1);
    background-repeat: repeat;
    background-size: 50% ;
  }  


.friends-grid img{
outline:none !important;filter: opacity(90%) !important;
width:50% !important; height:50% !important;
border-radius: var(--curve) !important;
filter:hue-rotate(var(--hue)) !important;

}


.inner img{
outline:none !important;
filter: hue-rotate(var(--hue)) drop-shadow(1px 1px 2px midnightblue) !important;
border-radius: var(--curve) !important;
}



.right .section h4{display:none !important;}


 :root {
        --logo-blue: #D1F2EB;
        --darker-blue: #72B0A6;
        --lighter-blue: #4D5656;
        --even-lighter-blue: #4D5656; 
        --lightest-blue: #9FE2BF5;
        --dark-orange: white;
        --light-orange: #6CCEBF;
        --even-lighter-orange: #9FE2BF;
        --green: #72B0A6;
    }



body {

font-family: cursive;
font-weight: bold;
font-style: normal;
text-decoration: none;
}



h1{ 
 font-size: var(--mynamesize) !important;
 text-transform:none !important;
 padding-left:30px !important;
}


.friends th, tr, .friends td, th, .icon, #comments, main, .comments-table, .friends, .profile-info, .table, .table-section, .contact, .url-info, .mood, .blurbs, .blog-preview, .details, .profile-pic img
{
border: 0px dotted gray !important;
outline: none !important;
}


.blurbs .heading{display:none !important;}


.whitetext12{visibility:hidden; 
display:none;}.orangetext15{visibility:hidden; 
display:none;}.lightbluetext8{visibility:hidden; display:none;}


<style> a:hover {
  color: grey; </style>


4 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )