Accessibility

Developer
Size
2,033 Kb
Views
12,144

How do I make an accessibility?

What is a accessibility? How do you make a accessibility? This script and codes were developed by Tom Stark on 10 December 2022, Saturday.

Accessibility Previews

Accessibility - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Accessibility</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="accessibility-controls"> <div class="row1"> <img src="http://fillmurray.com/g/64/64"> <img src="http://fillmurray.com/g/64/64"> <img src="http://fillmurray.com/64/64"> <img src="http://fillmurray.com/g/200/64"> <img src="http://fillmurray.com/g/200/64"> </div> <div class="row2"> <img src="http://fillmurray.com/16/16"> </div>
</div> <div class="accessibility-icon" id="acc-button"> <i class="fa fa-eye-slash fa-4x"></i> <i class="fa fa-hard-of-hearing fa-4x"></i> </div> <script src="js/index.js"></script>
</body>
</html>

Accessibility - Script Codes CSS Codes

* { padding: 0px; margin: 0px;
}
.accessibility-icon { height: 150px; width: 150px; background-color: white; border-radius: 50%; border: 5px solid #c75b12; color: #c75b12; cursor: pointer;
}
.accessibility-icon:hover { background-color: #c75b12; border: 5px solid white; color: white;
}
.fa-eye-slash, .fa-hard-of-hearing { position: relative; font-size: 40px;
}
.fa-eye-slash { left: 20px; top: 20px;
}
.fa-hard-of-hearing { top: 60px;
}
.accessibility-controls { width: 100%; height: 80px; background-color: #c75b12; color: white; position: relative; margin: 0px auto; text-align: center;
}
.row1 { background-color:pink; width: 100%; height: 80%;
}
.row2 { background-color:purple; width: 100%; height: 20%;
}

Accessibility - Script Codes JS Codes

var accButton = document.getElementById('acc-button');
var accControls = document.getElementById('acc-controls');
accButton.onclick = function() {
console.log("ayyy");
}
Accessibility - Script Codes
Accessibility - Script Codes
Home Page Home
Developer Tom Stark
Username TomStark16
Uploaded December 10, 2022
Rating 3
Size 2,033 Kb
Views 12,144
Do you need developer help for Accessibility?

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!

Tom Stark (TomStark16) Script Codes
Create amazing sales emails 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!