display: flex
. Aquí lo añadirá a algunas partes en el listado de tweets para comenzar a ajustar su posicionamiento. display: flex
a los siguientes elementos. Tenga en cuenta que los selectores css ya están configurados: header
, .profile-name
y .follow-btn
del encabezado, .follow-btn
del encabezado, el h3
y el h4
del encabezado, el footer
, y los .stats
en la parte inferior de .stats
. header
debe tener una propiedad de display
configurada para flexionar.
- testString: 'assert($("header").css("display") == "flex", "Your header
should have a display
property set to flex.");'
- - text: Su footer
debe tener una propiedad de display
configurada para flexionar.
- testString: 'assert($("footer").css("display") == "flex", "Your footer
should have a display
property set to flex.");'
- - text: Tu h3
debería tener una propiedad de display
configurada para flexionar.
- testString: 'assert($("h3").css("display") == "flex", "Your h3
should have a display
property set to flex.");'
- - text: Tu h4
debería tener una propiedad de display
configurada para flexionar.
- testString: 'assert($("h4").css("display") == "flex", "Your h4
should have a display
property set to flex.");'
- - text: Su .profile-name
debe tener una propiedad de display
configurada para flexionar.
- testString: 'assert($(".profile-name").css("display") == "flex", "Your .profile-name
should have a display
property set to flex.");'
- - text: Su .follow-btn
debe tener una propiedad de display
configurada para flexionar.
- testString: 'assert($(".follow-btn").css("display") == "flex", "Your .follow-btn
should have a display
property set to flex.");'
- - text: Sus .stats
deben tener una propiedad de display
configurada para flexionar.
- testString: 'assert($(".stats").css("display") == "flex", "Your .stats
should have a display
property set to flex.");'
+ - text: Tu header
debe tener la propiedad display
configurada para flexionar.
+ testString: 'assert($("header").css("display") == "flex", "Tu header
debería tener la propiedad display
establecida como flex.");'
+ - text: Tu footer
debe tener la propiedad display
configurada para flexionar.
+ testString: 'assert($("footer").css("display") == "flex", "Tu footer
debería tener la propiedad display
establecidad como flex.");'
+ - text: Tu h3
debe tener la propiedad display
configurada para flexionar.
+ testString: 'assert($("h3").css("display") == "flex", "Tu h3
debería tener la propiedad display
establecida como flex.");'
+ - text: Tu h4
debe tener la propiedad display
configurada para flexionar.
+ testString: 'assert($("h4").css("display") == "flex", "Tu h4
debería tener la propiedad display
establecida como flex.");'
+ - text: Tu .profile-name
debe tener la propiedad display
configurada para flexionar.
+ testString: 'assert($(".profile-name").css("display") == "flex", "Tu .profile-name
debería tener la propiedad display
establecida como flex.");'
+ - text: Tu .follow-btn
debe tener la propiedad display
configurada para flexionar.
+ testString: 'assert($(".follow-btn").css("display") == "flex", "Tu .follow-btn
debería tener la propiedad display
establecida como flex.");'
+ - text: Tus .stats
deben tener la propiedad display
configurada para flexionar.
+ testString: 'assert($(".stats").css("display") == "flex", "Tus .stats
deberían tener la propiedad display
establecida como flex.");'
```
I meet so many people who are in search of that one trick that will help them work smart. Even if you work smart, you still have to work hard.
+Conozco muchas personas que está en búsqueda del truco que los ayudará a trabajar inteligentemente. Incluso si trabajas inteligentemente, aún tienes que trabajar duro.
1:32 PM - 12 Jan 2018