Gameboy - codevember 06 - 2016

Developer
Size
2,666 Kb
Views
2,024

How do I make an gameboy - codevember 06 - 2016?

What is a gameboy - codevember 06 - 2016? How do you make a gameboy - codevember 06 - 2016? This script and codes were developed by Caio Cares on 20 January 2023, Friday.

Gameboy - codevember 06 - 2016 Previews

Gameboy - codevember 06 - 2016 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Gameboy - codevember 06 - 2016</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="console"> <div class="screen"></div> <div class="joystick"> <div class="vertical"></div> <div class="horizontal"></div> </div> <div class="buttons"> <div class="button one"></div> <div class="button second"></div> </div> <div class="details"> <div class="bar"></div> <div class="bar"></div> </div>
</div>
</body>
</html>

Gameboy - codevember 06 - 2016 - Script Codes CSS Codes

body { background: #202020;
}
#console { width: 165px; height: 270px; background: #fbfafa; border: 5px solid #fbfafa; border-radius: 10px; border-bottom-right-radius: 50px; box-shadow: 5px 8px 15px -5px rgba(250, 250, 250, 0.3); position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto;
}
#console .screen { background: #A1A6B4; width: 86%; height: 104px; margin: 10px 0 0 7%; border-radius: 10px; border-bottom-right-radius: 20px;
}
#console .screen:after { content: ''; background: #424242; width: 110px; height: 84px; float: left; margin: 10px 0 0 15px;
}
#console .joystick { width: 40px; float: left; margin: 60px 0 0 7%;
}
#console .joystick .vertical { width: 40px; height: 10px; background: #2D2D2D; border-radius: 7px;
}
#console .joystick .horizontal { width: 40px; height: 10px; background: #2D2D2D; border-radius: 7px; transform: rotate(90deg); margin: -10px 0 0 0;
}
#console .buttons { margin: 50px 10px 0 0; float: right; background: #E6E6E6; border-radius: 50px; padding: 3px; box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3); border: 1px solid #DEDDDD; transform: rotate(-30deg);
}
#console .buttons .button { width: 20px; height: 20px; background: #65648A; border-radius: 100%; float: left; -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.4); box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.4); margin: 0 5px 0 0;
}
#console .buttons .button.second { margin: 0;
}
#console .details { width: 35%; margin: 50px 0 0 35%; float: left;
}
#console .details .bar { width: 25px; height: 5px; border-radius: 40px; background: #ccc; float: left; transform: rotate(-40deg); margin: 0;
}
#console .details .bar:last-child { margin-left: -10px;
}
Gameboy - codevember 06 - 2016 - Script Codes
Gameboy - codevember 06 - 2016 - Script Codes
Home Page Home
Developer Caio Cares
Username caiocares
Uploaded January 20, 2023
Rating 3.5
Size 2,666 Kb
Views 2,024
Do you need developer help for Gameboy - codevember 06 - 2016?

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!

Caio Cares (caiocares) Script Codes
Create amazing web content 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!