8000 GitHub - wingedotter5/fylo-data-storage
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wingedotter5/fylo-data-storage

Repository files navigation

Frontend Mentor - Fylo data storage component solution

This is a solution to the Fylo data storage component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

Screenshot

Fylo data storage component

Links

Notes

// Upside down right triangle
.tootip {
  &::after {
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: white white transparent transparent;
    position: absolute;
    top: 100%;
    right: 0;
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0