Skip to content

Instantly share code, notes, and snippets.

View redek-dp's full-sized avatar
🎯
Focusing

Redek-dp redek-dp

🎯
Focusing
View GitHub Profile
@redek-dp
redek-dp / RoletaOnline
Created August 26, 2025 15:16
RoletaOnline
<style>
body {
font-family: 'Arial', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
margin: 0;
background-color: #f4f4f4;
@redek-dp
redek-dp / Conversor-Moedas
Created August 19, 2025 23:55
Conversor-Moedas
<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
@redek-dp
redek-dp / RepoGitHub
Created August 19, 2025 15:40
RepoGitHub
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
color: #333;
padding: 20px;
}
h1 {
text-align: center;
@redek-dp
redek-dp / Cronometro
Created August 19, 2025 00:08
Cronometro
<style>
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f0f0f0;
}
@redek-dp
redek-dp / CalculadoraIMC
Created August 18, 2025 16:22
CalculadoraIMC
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
@redek-dp
redek-dp / html2pdf
Created August 17, 2025 18:14
html2pdf
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.10.1/html2pdf.bundle.min.js"></script>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 50px;
}
button {
@redek-dp
redek-dp / Editor-Markdown
Created August 17, 2025 15:10
Editor-Markdown
<style>
body {
margin: 0;
padding: 0;
}
</style>
<link rel="stylesheet" href="https://uicdn.toast.com/editor/latest/toastui-editor.min.css">
<div id="editor">Awesome Editor</div>
@redek-dp
redek-dp / Relogio-Digital
Created August 16, 2025 20:27
Relogio-Digital
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #282c34;
color: #61dafb;
font-family: Arial, sans-serif;
font-size: 4rem;
@redek-dp
redek-dp / transferencia-copy
Created August 16, 2025 17:15
transferencia-copy
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
@redek-dp
redek-dp / notes-app
Created August 15, 2025 18:12
notes-app
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'poppins', sans-serif;
}
body {
padding: 10px;