Skip to content

Commit a2a493f

Browse files
author
Bruno Oliveira
committed
Ultima-edicao
1 parent bca43ef commit a2a493f

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

lunar/src/App.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ function App() {
2020
<header>
2121
<Navbar bg="dark" variant="dark">
2222
<Container>
23-
<Navbar.Brand className='TextHome' href="#home">Lunar</Navbar.Brand>
23+
<Navbar.Brand className='TextHome' class="textumm" id="textoum" href="#home">Lunar</Navbar.Brand>
2424
<Navbar.Toggle aria-controls="basic-navbar-nav" />
2525
<Navbar.Collapse id="basic-navbar-nav">
2626
<Nav className="me-auto">
27-
<Nav.Link href="#home">About-Us</Nav.Link>
27+
<br></br>
28+
<Nav.Link href="#home"> &nbsp; &nbsp; About-Us</Nav.Link>
2829
<Nav.Link href="#link">blog</Nav.Link>
2930
<NavDropdown title="Smiles" id="basic-nav-dropdown">
30-
<NavDropdown.Item href="#action/3.1">Actions against bullying</NavDropdown.Item>
31+
<NavDropdown.Item href="#action/3.1">cActions against bullying</NavDropdown.Item>
3132
<NavDropdown.Item href="#action/3.2">Actions against child abuse</NavDropdown.Item>
3233
<NavDropdown.Item href="#action/3.3">Actions against hunger</NavDropdown.Item>
3334
<NavDropdown.Divider />

lunar/src/font.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
.TextHome {
2-
font-size: 28px;
2+
font-size: 58px;
3+
4+
}
5+
6+
.textoum {
7+
font-size: 33px;
38
}

lunar/src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ code {
1515
monospace;
1616
}
1717

18+
.textumm{
19+
font-size: 45px;
20+
font-family:'Times New Roman', Times, serif
21+
}

lunar/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const root = ReactDOM.createRoot(document.getElementById('root'));
1212
root.render(
1313
<React.StrictMode>
1414
<App />
15-
<Footer />
16-
</React.StrictMode>
15+
{/* <Footer />
16+
*/} </React.StrictMode>
1717
);
1818

1919
// If you want to start measuring performance in your app, pass a function

0 commit comments

Comments
 (0)