Skip to content

Commit ba5a88c

Browse files
committed
estilos
1 parent cc784c8 commit ba5a88c

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
div {
2+
text-align: center;
3+
margin: 0 5px;
4+
}
5+
div hr {
6+
margin: 1rem;
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
p {
2+
margin: 1rem;
3+
font-size: 2rem;
4+
}
5+
6+
div {
7+
margin: 0 10px;
8+
}

rxjs-directivas/src/app/reactive/reactive-container/reactive-container.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div
22
AreaMouse
33
color="blue"
4-
height="100"
4+
height="400"
55
id="area"
66
style="height: 400px; background-color: red"
77
></div>

rxjs-directivas/src/styles.css

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* You can add global styles to this file, and also import other style files */
2+
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,500&family=Manrope:wght@200&family=Merriweather&family=Rubik:wght@300&display=swap");
23
* {
34
margin: 0;
45
padding: 0;
6+
font-family: "Rubik", sans-serif;
57
}
68
div {
79
height: 100vh;

0 commit comments

Comments
 (0)