import React from 'react' import { Container, Row, Card, Table, Button, Col, Modal } from 'react-bootstrap'; import '../App.css' function LocalCode() { const cardstyled = { margin: 'auto', padding: '1em', display: 'flex', justifyContent: 'center', width: '100%', borderWidth: '3px', borderRadius: '20px', borderColor: 'rgba(195, 195, 195, 0.753)', color: 'rgb(110, 189, 142)' } const btnstyled2 = { background: 'white', margin: 'auto', // maxWidth: 'fit-content', borderWidth: '2px', fontSize: '0.5em', color: 'rgb(110, 189, 142)', borderColor: 'rgba(195, 195, 195, 0.753)', borderRadius: '20px', } return ( <> GUEST 지역이름 지역코드 gd 환경을 향한 노력
OOO 일 째
) } export default LocalCode;