Commit deec65de authored by 김민수's avatar 김민수
Browse files

No commit message

No commit message
parent e7191d29
.card {
font-size:'30px';
text-align:"center";
}
.Box-text-center {
display:flex;
justify-content: center;
margin-top:'100px';
}
import React from 'react'
import tr from './img_end.jpg';
import './End.css'
// import { Link } from 'react-router-dom';
......@@ -30,7 +31,7 @@ function End() {
return (
<>
<div className="card" style={{fontSize:'30px', textAlign:"center"}} >
<div className="card" >
<div className='card-header'>
-채점표-
<div className='card-body'>
......@@ -42,7 +43,7 @@ function End() {
<p className='card-text'>Quiz 3 : {localStorage.getItem('채점3')}</p>
<p className='card-text'>Total Score : {a[0] + a[1] + a[2]}</p>
</div>
<div style={{marginTop:'100px'}}className="Box text-center">
<div className="Box-text-center">
<img src={tr} alt="수고" />
</div>
......
.Main {
background-image: 'url(' + bg + ')';
background-color: "grey";
background-size: "100%";
width: "100%";
height: "880px";
background-repeat: 'no-repeat';
}
.Name{
font-size: '30px';
position: "absolute";
top: "330px";
left: "38%";
}
.input-style{
margin-left: '30px';
inline-size: '200px';
block-size: '40px';
font-size: '40px';
}
.QuizStart{
margin-top: '35%';
block-size: '100px';
inline-size: '200px';
font-size: '35px'
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment