Skip to content

Instantly share code, notes, and snippets.

@whoibrar
whoibrar / LCgist.json
Created December 7, 2022 05:43
LeetcodeGist
{
"user_name": "",
"num_solved": 0,
"num_total": 2263,
"ac_easy": 0,
"ac_medium": 0,
"ac_hard": 0,
"stat_status_pairs": [
{
"stat": {
@whoibrar
whoibrar / pinkHeart.html
Created June 10, 2021 14:52
Pink Heart in CSS
<style>
.heart {
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: pink;
height: 50px;