mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Formatting
This commit is contained in:
parent
160f4dbb2c
commit
0ca346447a
2 changed files with 31 additions and 30 deletions
|
|
@ -1,44 +1,45 @@
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
||||
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
|
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
||||
monospace;
|
||||
}
|
||||
|
||||
.App {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.App-logo {
|
||||
height: 40vmin;
|
||||
pointer-events: none;
|
||||
height: 40vmin;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.App-header {
|
||||
background-color: #282c34;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: calc(10px + 2vmin);
|
||||
color: white;
|
||||
background-color: #282c34;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: calc(10px + 2vmin);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.App-link {
|
||||
color: #61dafb;
|
||||
color: #61dafb;
|
||||
}
|
||||
|
||||
.heart {
|
||||
color: #ff0000;
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: 0.75rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<div class="App">
|
||||
<header class="App-header">
|
||||
<img src="Octocat.png" class="App-logo" alt="logo" />
|
||||
<p>
|
||||
GitHub Codespaces <span class="heart">♥️</span> Rails
|
||||
</p>
|
||||
<p class="small">
|
||||
Edit <code>app/views/hello/index.html.erb</code> and see changes live!
|
||||
</p>
|
||||
</header>
|
||||
<header class="App-header">
|
||||
<img src="Octocat.png" class="App-logo" alt="logo" />
|
||||
<p>
|
||||
GitHub Codespaces <span class="heart">♥️</span> Rails
|
||||
</p>
|
||||
<p class="small">
|
||||
Edit <code>app/views/hello/index.html.erb</code> and see changes live!
|
||||
</p>
|
||||
</header>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue