List features

Developer
Size
2,486 Kb
Views
4,048

How do I make an list features?

What is a list features? How do you make a list features? This script and codes were developed by Trevor Welch on 01 February 2023, Wednesday.

List features Previews

List features - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>List features</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='app'> <p>We have <span id='current'>0</span> of 99 <span class='item'>oak logs</span>.</p> <p>I can contribute: <input class='my-input' onkeydown="update(this)"></input> <span class='item'>oak logs</span>.</p>
</div> <script src="js/index.js"></script>
</body>
</html>

List features - Script Codes CSS Codes

@import url("https://fonts.googleapis.com/css?family=Martel+Sans:700");
body { font-family: 'Martel Sans', sans-serif; background: #212121; color: #D1C4E9; font-size: 22px; letter-spacing: 1px;
}
.item { color: white; padding: 0px 4px;
}
.item::before { content: ''; display: inline-block; height: 10px; width: 10px; border-radius: 10px; margin-right: 4px; background: #E64A19;
}
.item:hover { cursor: pointer; background: #424242;
}
.my-input { background: inherit; color: white; border: none; border-bottom: 2px solid white; outline: none; padding-bottom: 4px; font-size: 22px; display: inline-block; width: 100px; text-align: center;
}

List features - Script Codes JS Codes

function update(e) { if(event.keyCode == 13) { if(e.value >= 0){ document.getElementById('current').innerHTML = e.value; } }
}
List features - Script Codes
List features - Script Codes
Home Page Home
Developer Trevor Welch
Username TrevorWelch
Uploaded February 01, 2023
Rating 3
Size 2,486 Kb
Views 4,048
Do you need developer help for List features?

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!

Trevor Welch (TrevorWelch) Script Codes
Create amazing video scripts 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!