List experiment

Developer
Size
2,259 Kb
Views
12,144

How do I make an list experiment?

What is a list experiment? How do you make a list experiment? This script and codes were developed by Mark Michon on 20 January 2023, Friday.

List experiment Previews

List experiment - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>list experiment</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> <section> <ol> <li><h2>Multi Word Project</h2> <p class="meta-description">Some text about the project</p> </li> <li>Singlename</li> <li>Longer name than first</li> </ol>
</section>
</body>
</html>

List experiment - Script Codes CSS Codes

body { overflow-x: hidden;
}
section { margin: 3rem auto; width: 90vw; height: 90vh; -webkit-transition: background-color .25s ease-in-out; transition: background-color .25s ease-in-out; position: relative;
}
ol { counter-reset: item; margin: 0; padding: 0;
}
li { display: block; font-size: 1em; line-height: 1.5; -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;
}
li::before { content: counter(item,decimal-leading-zero); counter-increment: item; width: 2em; font-size: .5em; padding-right: 1em;
}
li:hover { background-color: red; padding-left: 3rem; margin-right: -3rem; margin-left: -3rem;
}
h2 { padding: 0; margin: 0; display: inline-block;
}
.meta-description { padding: 0 0 0 1rem; margin: 0; display: none;
}
List experiment - Script Codes
List experiment - Script Codes
Home Page Home
Developer Mark Michon
Username markmichon
Uploaded January 20, 2023
Rating 3
Size 2,259 Kb
Views 12,144
Do you need developer help for List experiment?

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!

Mark Michon (markmichon) Script Codes
Create amazing art & images 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!