technojam/technojam-frontend

Generic CSS

Open

#263 opened on Oct 2, 2020

 (5 comments) (0 reactions) (0 assignees)JavaScript (94 forks)auto 404
Hacktoberfestenhancement

Repository metrics

Stars
 (35 stars)
PR merge metrics
 (PR metrics pending)

Description

description some CSS used in pages are common. Currently, CSS present in components is inline.

solution Inside "../src/Components/Styles" folder Create a separate CSS file for each component. with name _component.css import the CSS file in the component. replace inline CSS with generic classes.

alternatives you can apply your creativity just ping us what solution you are doing.

Contributor guide