Skip to content

Instantly share code, notes, and snippets.

@MizR
MizR / dabblet.html
Last active April 30, 2024 11:10
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Countdown Timer</title>
</head>
<body>
<h1>Countdown Timer</h1>
<div id="timer"></div>
</body>
@MizR
MizR / dabblet.html
Created January 21, 2024 11:29
Untitled
<h3 class="dorik-heading dorik-heading-zivduvqr" id="price-1">
</h3>
<span id="price-detail-personal"></span>
<h3 class="dorik-heading dorik-heading-o0iwg9p8" id="price-2">
</h3>
<span id="price-detail-business"></span>
@MizR
MizR / dabblet.css
Created January 10, 2024 12:13
Untitled
.shadow-ai {
justify-content: center;
align-items: center;
position: relative;
display: inline-block;
text-align: center;
color: #fff;
padding: 8px 16px 8px 16px;
border-radius: 100px;
font-size: 16px;
@MizR
MizR / dabblet.css
Last active December 19, 2023 08:04
Untitled
h6 {
margin: 0;
}
.flexrow {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: stretch;
align-items: stretch;
gap: 30px;
@MizR
MizR / dabblet.css
Created July 10, 2023 20:45
Untitled
div {
max-width: 500px;
}
div img {
max-width: 100%;
}

These are the questions asked when you apply for an Estonian Startup Visa program.

Intro

Welcome to Startup Committee. You will be guided through the application process.

If you already have a company profile in Startup Includer, it will take only few clicks to share the data.

<!-- COLORS -->
<link rel="stylesheet" href="css/colors/blue.css"> <!-- DEFAULT COLOR/ CURRENTLY USING -->
<!-- <link rel="stylesheet" href="css/colors/red.css"> -->
<!-- <link rel="stylesheet" href="css/colors/green.css"> -->
<!-- <link rel="stylesheet" href="css/colors/purple.css"> -->
@MizR
MizR / dabblet.css
Created September 1, 2015 17:55
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.button {
background: green;
color: white;
min-height: 100%;
}
@MizR
MizR / dabblet.css
Last active August 29, 2015 14:22
Untitled
.box {
width: 400px;
height: 400px;
background: black;
font-size: 140px;
text-align: center;
position: relative;
}
.box .icon {