Skip to content

Commit 38c6ff0

Browse files
feat: logo styling
1 parent d281c1e commit 38c6ff0

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

src/App.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ body {
44

55
h1 {
66
text-align: center;
7+
background-color: #8AC6D0;
8+
border-radius: 8px;
9+
width: 450px;
10+
padding-bottom: 10px;
11+
margin: 20px auto;
712
}
813

914
.App-logo {

src/App.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ function App() {
66
return (
77
<div className="App">
88
<header className="App-header">
9-
<h1>Γραφῶμετρο</h1>
9+
<h1>
10+
Γραφῶμετρο<sub>κύριο όνομα</sub>
11+
</h1>
1012
</header>
11-
<WriteOMeterForm/>
13+
<WriteOMeterForm />
1214
</div>
1315
)
1416
}

0 commit comments

Comments
 (0)