Numbered FAQs

Size
1,888 Kb
Views
12,144

How do I make an numbered faqs?

Via css-tricks.com. What is a numbered faqs? How do you make a numbered faqs? This script and codes were developed by Mauritius D'Silva on 16 November 2022, Wednesday.

Numbered FAQs Previews

Numbered FAQs - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Numbered FAQs</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="page-wrap">	<h1>Numbered FAQ</h1>	<dl class="faq">	<dt>How much wood would a wood chuck chuck if a wood chuck could chuck wood?</dt>	<dd>1,000,000</dd>	<dt>What is the air-speed velocity of an unladen swallow?</dt>	<dd>What do you mean? An African or European swallow?</dd>	<dt>Why did the chicken cross the road?</dt>	<dd>To get to the other side</dd>	</dl>	</div> <script src="js/index.js"></script>
</body>
</html>

Numbered FAQs - Script Codes CSS Codes

#page-wrap { width: 400px; margin: 80px auto; }
.faq { counter-reset: my-badass-counter;
}
.faq dt { position: relative; font: bold 16px Georgia; padding: 4px 0 10px 0;
}
.faq dt:before { content: counter(my-badass-counter); counter-increment: my-badass-counter; position: absolute; left: 0; top: 0; font: bold 50px/1 Sans-Serif;
}
.faq dd { margin: 0 0 50px 0;
}
.faq dt,
.faq dd { padding-left: 50px;
}

Numbered FAQs - Script Codes JS Codes

/* No JS */
Numbered FAQs - Script Codes
Numbered FAQs - Script Codes
Home Page Home
Developer Mauritius D'Silva
Username mauritiusdsilva
Uploaded November 16, 2022
Rating 3
Size 1,888 Kb
Views 12,144
Do you need developer help for Numbered FAQs?

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!

Mauritius D'Silva (mauritiusdsilva) 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!