Created
October 20, 2021 23:29
-
-
Save jdanyow/30b47493b12f7d13a2c156a92d52e366 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>GistRun</title> | |
<link rel="stylesheet" href="https://design.docs.microsoft.com/index.ed466f8c.css"> | |
</head> | |
<body> | |
<div class="columns"> | |
<div class="display-flex"> <!-- put the column size classes here, for example, "is-6-widescreen is-9-desktop" ---> | |
<div class="flex-1 margin-right-xs border"> | |
<span class="font-size-sm font-weight-semibold display-block">55</span> | |
<span class="font-size-xs">Accepted answers</span> | |
</div> | |
<div class="flex-1 margin-right-xs border"> | |
<span class="font-size-sm font-weight-semibold display-block">55</span> | |
<span class="font-size-xs">Accepted answers</span> | |
</div> | |
<div class="flex-1 margin-right-xs border"> | |
<span class="font-size-sm font-weight-semibold display-block">55</span> | |
<span class="font-size-xs">Accepted answers</span> | |
</div> | |
<div class="flex-1 margin-right-xs border"> | |
<span class="font-size-sm font-weight-semibold display-block">55</span> | |
<span class="font-size-xs">Accepted answers</span> | |
</div> | |
<div class="flex-1 margin-right-xs border"> | |
<span class="font-size-sm font-weight-semibold display-block">55</span> | |
<span class="font-size-xs">Accepted answers</span> | |
</div> | |
<div class="flex-1 margin-right-xs border"> | |
<span class="font-size-sm font-weight-semibold display-block">55</span> | |
<span class="font-size-xs">Accepted answers</span> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log('Hello World!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* todo: add styles */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment