Add initial website
This commit is contained in:
26
src/components/HomepageFeatures/styles.module.css
Normal file
26
src/components/HomepageFeatures/styles.module.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.features {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 2rem 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.featureSvg {
|
||||
height: 200px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.featureLink {
|
||||
display: contents;
|
||||
color: unset;
|
||||
}
|
||||
|
||||
.featureLink:hover {
|
||||
text-decoration: none;
|
||||
color: unset;
|
||||
}
|
||||
|
||||
.featureLink:visited {
|
||||
text-decoration: none;
|
||||
color: unset;
|
||||
}
|
Reference in New Issue
Block a user