PHP Classes

File: frontend/src/components/Routes/About/Banner/style.ts

Recommend this page to a friend!
  Classes of carlos carvalho   yrprey PHP application   frontend/src/components/Routes/About/Banner/style.ts   Download  
File: frontend/src/components/Routes/About/Banner/style.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: yrprey PHP application
Web app to learn about OWASP API vulnerabilities
Author: By
Last change:
Date: 5 months ago
Size: 226 bytes
 

Contents

Class file image Download
import styled from "styled-components"; export const StyledBannerSection = styled.section` width: 100%; height: 100%; .img-banner-about { width: 100%; height: 100%; margin: 0 auto; display: flex; } `;