Learning SASS - 1

Developer
Size
2,233 Kb
Views
6,072

How do I make an learning sass - 1?

Aligning image with span. What is a learning sass - 1? How do you make a learning sass - 1? This script and codes were developed by Edson Alcalá on 20 January 2023, Friday.

Learning SASS - 1 Previews

Learning SASS - 1 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Learning SASS - 1</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> <ul> <li> <img src="https://res.cloudinary.com/key-solutions/image/upload/v1448122358/24x24-icon-share-green3_kwcg43.png"><span>Savemedia.com</span> </li> <li id="preference-item"> <img class="more-padding" src="https://res.cloudinary.com/key-solutions/image/upload/v1448122357/16x16-preferences-green_zk9tek.png"><span>Preferences</span> </li>
</ul>
</body>
</html>

Learning SASS - 1 - Script Codes CSS Codes

ul { list-style-type: none; margin: 0; padding: 0; font-size: 10pt; color: black;
}
ul li { height: 50px; position: relative;
}
ul li span { display: inline-block; position: relative; top: 50%; margin-left: 50px; transform: translateY(-50%);
}
ul li img { position: absolute; top: 0; bottom: 0; left: 15px; margin: auto;
}
ul li img.more-padding { left: 18px;
}
ul li:hover { background-color: #D3DFE3; border-radius: 4px; cursor: pointer;
}
Learning SASS - 1 - Script Codes
Learning SASS - 1 - Script Codes
Home Page Home
Developer Edson Alcalá
Username EdsonAlcala
Uploaded January 20, 2023
Rating 3
Size 2,233 Kb
Views 6,072
Do you need developer help for Learning SASS - 1?

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!

Edson Alcalá (EdsonAlcala) 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!