Em Test

Size
1,784 Kb
Views
14,168

How do I make an em test?

What is a em test? How do you make a em test? This script and codes were developed by David Rodriguez on 24 November 2022, Thursday.

Em Test Previews

Em Test - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Em Test</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Title 1 </h1>
<h2>Title 2</h2>
<h3>Title 3</h3>
<p>This is a paragraph This is a paragraph This is a paragraph</p>
<ul> <li>list item</li> <li>list item</li> <li>list item <ul><li>sub list item</li> <li>sub list item</li> </ul> </li>
</ul> <script src="js/index.js"></script>
</body>
</html>

Em Test - Script Codes CSS Codes

*{ padding:0; margin:0;
}
body{ font-size:100%;
}
h1{ background:red; font-size:3em; padding:0px; height:1em;
}
h2{ font-size:2.5em;
}
h3{ font-size:2em;
}
p{ font-size:1em; position:relative;
}
li{ font-size:1em;
}
.popup{ position:absolute; top:1em; left:0em; background:yellow;
}

Em Test - Script Codes JS Codes

/*
Trick for making px to em conversion easier:
body { font-size: 62.5%; // font-size 1em = 10px
}
p { font-size: 1.2em; // 1.2em = 12px
}
*/
Em Test - Script Codes
Em Test - Script Codes
Home Page Home
Developer David Rodriguez
Username rodesco
Uploaded November 24, 2022
Rating 3
Size 1,784 Kb
Views 14,168
Do you need developer help for Em Test?

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!

David Rodriguez (rodesco) Script Codes
Create amazing captions 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!