CSS3

Size
1,849 Kb
Views
4,048

How do I make an css3?

What is a css3? How do you make a css3? This script and codes were developed by Anthony Keithley on 24 December 2022, Saturday.

CSS3 Previews

CSS3 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="shadowTest"> <h1>Keithley is the dopest</h1>
</div> <input type="radio" name="gender" value="male" checked> Male<br> <input type="radio" name="gender" value="female"> Female<br> <input type="radio" name="gender" value="other"> Other<br> <button onclick="get()">Get</button> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

CSS3 - Script Codes CSS Codes

h1 { color: white; font-family: sans-serif; text-shadow: 5px 5px 5px black;
}
#shadowTest { width: 200px; height: 200px; background: tomato; box-shadow: 7px 7px 0px #bada55, 6px 6px 0px #bada55, 5px 5px 0px #bada55, 4px 4px 0px #bada55, 3px 3px 0px #bada55, 2px 2px 0px #bada55, 1px 1px 0px #bada55;
}

CSS3 - Script Codes JS Codes

function get(){ console.log($('input[name="gender"]:checked').val());
};
CSS3 - Script Codes
CSS3 - Script Codes
Home Page Home
Developer Anthony Keithley
Username KeithleySLHS
Uploaded December 24, 2022
Rating 3
Size 1,849 Kb
Views 4,048
Do you need developer help for CSS3?

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!

Anthony Keithley (KeithleySLHS) 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!