📺 Develpreneur YouTube Episode

Video + transcript

CSS For Developers Crash Course Part 3

2024-02-13 •Youtube

Detailed Notes

We are continuing a series of tutorials focused on Spring Boot. The crux of the project is to convert/migrate an old JSP/Tomcat application to a modern Spring Boot application and Java 7/8 to a current version. This continues a short series focused on CSS setup and customizations aimed at getting developers up to speed on CSS basics. Part 2 of 4.

You can learn more through our online classes at https://school.develpreneur.com and register for free. Registration will add you to our email list, and you will periodically receive coupons for courses and notifications of the latest releases.

Transcript Text
[Music]
well hello and welcome back we are
continuing our journey through doing
some styling sort of uh you know think
of this as basically like crash course
in cascading sheets uh style sheets and
UI design for developers uh we're not
going to get like super awesome but we
are going to play around with some stuff
so as a developer you have an idea of
what we can do if you haven't already
played around with it now I want to Dive
Right into looking at uh tables
essentially or you know how we've got
our rows now we last time around we we
added our you know little hover and
we've got our um you know we've got our
little zebra striping here but it's
still like not super awesome there's
just some things about this that just
are blah so what I want to do is I'm
going to play around with a couple
things I'm going to show you as we're
going through this oh go over here to
elements and one of the things I want to
do is I want to like make this pop a
little bit more so one of the things I
can do that is a uh let's see where am I
at let me get down to
here wh
wh there we go that uh one of the things
I can do that you will see in bootstrap
and some other cases but in this case
specifically bootstrap if I can double
click fast enough there we go is a class
called a
card and a
card is like anything else we can play
around with a little bit we do have one
and that's already been built in here
we've got an existing card and if you
look you can see that once we had this
card we actually have added it it gives
us a little more of like a a Content
pane as we do it and if we want to take
this we can actually do some uh some fun
stuff like uh let's say so it's got a
little bit of a uh we could change the
background color we can do uh there's
quite a few things we can do so we're
going to probably end up playing around
with that a little
bit and we will uh we'll go ahead and
set this overall to a card and probably
come back to it but I want to actually
spend a little time more within our rows
first because some of the things we do
with the rows we're probably going to
end up doing uh some of those similar
kinds of things with our card whoop
I hate when I do that when I
accidentally click on something so if I
go
to here we go let's get our way down
into a
row
uhh where is our table that one because
what we're going to do right now is
we're going to play with our odds and
evens because that's going to give us
something while we could do it within a
row uh itself there's a couple ways we
can tackle this but I think it's going
to be easy enough to do it with an even
and an odd is we're going to we going to
add some more information around this to
make this pop a little bit now one of
the things we can do is we're going to
give ourselves a border color and let's
start with uh we'll just make it like
some sort of a
blue uh let's make
it let just make it a dark blue so
that's a nice little dark blue color
we're going to have to have a border
width and let's make that uh two pixels
so it's
you moderately reasonable now you'll see
here you don't see a border showing up
and we're on evens but now if we do a
border
style now what you can see is we're like
right now and again this is one of those
nice little things is I can s scroll
through the options and see what it
looks like on the page so I can go dash
dot if I double
up uh this is you know using an
environmental one I can do a Groove
hidden initial inset
set none and an outset so you see things
as you see now this is every other one
so this is going to make it look a
little
different so we're going to go ahead and
pick like let's say we're going to pick
inset and one of the things we want to
do is let's add a little bit of margin
to the
top let's make it like a and let's make
it like a five
pixel and now we're going to see a
little bit of spacing let's go that's
probably too much let's go to
three and so we've got that on our evens
but not our odds but let's also do uh
margin
left and we'll do let's do three pixels
there three pixels and so now that's
moved in that's probably a little too
much let's go let's just make it
one and then we're going to do a margin
on the
right and what we're going to end up
doing that'll be one pixel so now we've
like brought it in a little bit so we've
got something it's got a little more
definition to it so let's take that
alone and uh that'll be good so let's
take that for our
evens and if we flop back over here here
we goes our even we're going to add like
a whole bunch of stuff to
that let's see did it have a color
before uh let's see let's take the color
and yep so let's take the
color push that back here I don't know
we had a color on our even but we're
going to now oh I guess we did and now
with odd we're going to do the same
thing we're take everything
except the color and the background
color so we could tweak these a little
bit we could you know have sort of a
uh family of stuff uh come
here we could have family stuff but
we're just going to go with this for now
so now let's take a look at what this
gives us it's going to give us a nice
different look to our little table
here and if we come in and we log in now
notice that we've got something that's
much more distinctive from row to row so
we very quickly notice how just adding
like a little bit of just like that one
pixel margin stuff like that has added
something so now our rows are much more
distinct they don't fall together and
wherever we use them because we use
those odds and evens those are now all
over the place now back to where we were
at
before uh one of the things we were
looking at if I looked here was how and
some of these cases we've got a nice
setup here but if we look here on this
one one it doesn't it doesn't it sort of
just all flows together now one of the
things we could do is we could create a
card in that so let's actually go to
the uh let's look at these so we have
sort of a interesting thing is we've
started to do this in some places which
is where sometimes we make mistakes we
need to be a little consistent so here
what we've got is we've got a title and
then we've got our you know our table if
we look over on projects I believe it is
we don't we've got like a very different
look to
it and if we look at uh one of these
rows this also has sort of a
everything's a little different in how
it looks so let's start with with each
of our pages and we're going to start
with projects we're going to having to
do some code around these things but
let's start with our project list and
let's start with let's see where's our
card so we have a note card let's take a
look at our note card if that may be
what we want to start with so if we come
to
to uh where did that go
here in our container and let's make him
a
note card was that a whole one word nope
note underscore
card so if we do a note uncore card so
it does give us some stuff that would be
useful now one of the things we don't
want is with our note card is we
probably want our position can we make
that uh that's
[Music]
relative can we do a center let's see if
we can do
Center oh it's going to be
relative and we probably want it to
be let's see if we can
do that's position f so probably want to
like change that around a little bit cuz
we want that to be
within so our note card we're going to
want that to be within something so if
we get rid of
that we probably want it to be with
inside that instead of with our
container itself so if we go here let's
just take that out for a
second and if we go back here and we
jump in let's go to our first
row actually let's do this one and let's
see if that becomes a note card notore
card let's see what that looks like Oh
see now we got something now we're
starting to look a little bit better
we've got something that's got a little
bit of a pop to it now what we want here
is this would want to be a note card as
well but now we've got these splits so
we're probably going to want to do is
put a div around this whole thing and
then if you do it as a note
card and we may even want to do it here
uh let's see that's our container
and he have a row here so this one let's
see how does that
look now we've got something so now we
got a little bit more pop it's got a
little more
contrast so that's not bad at all so we
can do that that opportunities we want
that first row so let's go to that real
quick and fix that then we're going to
come back and fix
our so if we go here available
opportunities this one we want that to
be a note card might change that note
card a little bit too we'll see how that
goes but then we also want here with our
projects that was where it is we want
this whole thing to be a note card so if
we go to our project list we're going to
wrap uh here it goes all the way up to
the welcome welcome and that is going to
be let's take that all the way up here
there's our welcome and that means we're
going to go all the way to the end we're
going to have to add another another
close out and this one is just going to
be a row and a note card we could
probably make it just n we make it a
note card and we actually we'll take
that row out too at some point let's see
what that looks like if we get rid of
the
row and so now if we log in oh look like
we're
getting uh we haven't added that yet I'm
sorry I thought we had that but we do
have uh you know some things are
starting to look a little bit better so
that's let's do that let's log
in and so now we've
got uh here now we've got like this
little note card it so it does look a
little bit better uh we've got this
stuff grouped if we go to our
opportunities then we've got that sing a
note card that looks better now it is a
little bit small but if we blow this up
oh let's do it
here let's blow this up so we can read
our content a little bit better
and we got some stuff that's looking
pretty good now one of the things we're
going to do with this overall list is I
was going to see what happens if we take
the row out let's see what that looks
like if it's instead of just a row a
note card in a row what if it's just a
note card so now it yeah it pops it up a
little bit it rounds it out a little bit
more notice before that we had something
that's like now it's sort of
hitting uh the me it's hitting stuff a
little bit better now if we also let's
see what if we do a container in a note
card now we've shrunk it in quite a bit
so I think the row looked better so
let's do that we may have let's see what
that road does because another thing
we've got
here
is we've got it like bumping up against
here now and so we're going to need some
extra stuff and now that's partially
probably some of it to display issues
yeah so what we're probably going to
want to do is let's put up
projects let's make sure we've got
something at the bottom here that would
be a
row uh we get all the way to the
end let's just do
that and we just put some space like a
blank space in there just to be safe and
let's do two and let's see how that
looks I don't know why I still have that
open so let's go run that one real
quick and let's take a look at
our projects
list so now if we look and we scroll
yeah see so now we've got some space it
makes the card pop and we can do a
little bit more with these so what we
might want to do is take that whole top
section and make that put that together
and actually even this filter for stat
status probably want to split that up so
we're but we are already adding some
nice little touches to this and if you
look at note cart actually let's go look
at that in the CSS
because there are some things that we've
got
here this is one of them right here is
the Box shadow on the transition that is
if you see this little Shadow thing that
pops up so when you come over it when
you hover we got something that makes it
look like hey that's active now the nice
thing is we could take that to one of
these like here and we already have some
nicil information but if we come in and
turn
our
row into note card let's see what that
does so if we do that now granted it
like it changes some of the flow so that
does become some of our issues because
now we've got these divs within here and
we probably want those to be like a span
uh it's going to cause some issues so we
don't really want it to go all the way
down to that row
level although we could take some of
that stuff that we do with a note card
and we could actually place
that uh in within a row so we could do
some like the highlights and stuff like
that uh let's see field set yeah so it's
already a note card we could move we
could move some stuff around that as
well let's see where's their field set
so our field set is that guy
so our field set's already got some
coloring to it the note card gives us a
little different now we've got something
now we've got some things that are like
a little easier to read and they pop a
little bit more so we've got a nice
little touch on these uh we've actually
improved our tables and our ability to
read them if we look here it's probably
still sort of a little bit wonky because
we've got some dark colors so we
probably want to change these out let's
look at what this is what is that that
is just alert dark
let's see if we change that we're just
going to change that sometimes it's easy
to just like throw something everywhere
if we do
that now that looks even better actually
maybe do that make it
a let's make it oh let's make it an
alert uh light I think
works now we've got something
that's and now when we now granted when
we hover it but it does give us
something
there and it depends a little bit on
whether we're dark notice we're still
picking up stuff depending on whether
we're a uh odd or an even row but that
does give us some stuff so I want to go
like I want to go
alert uh worn I think then that's going
to be really
annoying no uh it's not a
Le uh I don't know if it's going to give
me it's not going to give me me the
options there I don't
think so I could do uh let's do
info yeah so some of this gets
overwritten then I think by the note
card and that's where you you have to
get yeah so now I've gotten that so I've
changed it but the note card is going to
change some of its colors again so
that's where you're going to have to
sort play around with it a little bit uh
if I do
default
yeah defaults just straight up not
anything there so there's some things
like that we can do once we've got one
or two of these things set up we can
start throwing them all over the place
and really quickly tweak our our look
and feel which is the whole point of the
CSS so one more thing I want to knock
out is next time we come around let's
get this this needs to be cleaned up now
we do have I think yes we have a nice
little mobile menu as you see it goes to
what they call the hamburger but we have
this in the way and it's just not
terribly good so we're going to clean up
do a little bit more and like maybe do
something with this title we're going to
do some stuff with our menu and our
header next time around and then uh
we'll sort of see where we go I think we
may clean some of these things up but
probably wrap up because now we've got
you know some decent looking stuff we
probably want to the rest of these
things are like just code things we want
to turn like this into a probably this
whole thing into a card so it looks more
like uh this one I think there's some
things we can do that just make it pop
more but those are getting into the
coding details so I don't want to spend
too much time on them we will come back
next time with the menu uh but until
then go out there and have yourself a
great day a great week and we will talk
to you next
[Music]
time wello hello this is Rob with
develop andur also known as building
better developers wanted to announce
that we have school. develop or.com feel
free to check it out if you like any of
this information any of the content that
we've sent and you would like to see
more you can come out you can enroll for
free we have free courses we've got
places for you to get better at just
learning a technology or how toos you
can work on your business skills we can
help you with becoming a better
developer as in coding and things like
that a lot of the stuff you've seen on
YouTube we also have out at school.
develop andur we have it in a little
more of a uh educational format and a
way for you to track your progress as
you move forward becoming a better
developer
Transcript Segments
0

[Music]

6.64

well hello and welcome back we are

8.4

continuing our journey through doing

10.639

some styling sort of uh you know think

12.679

of this as basically like crash course

15.12

in cascading sheets uh style sheets and

19.88

UI design for developers uh we're not

22.4

going to get like super awesome but we

24.16

are going to play around with some stuff

25.84

so as a developer you have an idea of

29

what we can do if you haven't already

30.92

played around with it now I want to Dive

34.44

Right into looking at uh tables

37.64

essentially or you know how we've got

39.12

our rows now we last time around we we

41.6

added our you know little hover and

44.399

we've got our um you know we've got our

47.239

little zebra striping here but it's

50.039

still like not super awesome there's

52.76

just some things about this that just

55

are blah so what I want to do is I'm

58.68

going to play around with a couple

59.64

things I'm going to show you as we're

61.519

going through this oh go over here to

63.039

elements and one of the things I want to

64.6

do is I want to like make this pop a

67.119

little bit more so one of the things I

68.96

can do that is a uh let's see where am I

72.759

at let me get down to

74.56

here wh

77.159

wh there we go that uh one of the things

80.799

I can do that you will see in bootstrap

83.36

and some other cases but in this case

85.88

specifically bootstrap if I can double

89.56

click fast enough there we go is a class

95.04

called a

96.28

card and a

98.52

card is like anything else we can play

101.24

around with a little bit we do have one

104.399

and that's already been built in here

105.799

we've got an existing card and if you

108.079

look you can see that once we had this

110.2

card we actually have added it it gives

112.96

us a little more of like a a Content

115.04

pane as we do it and if we want to take

117.68

this we can actually do some uh some fun

120.719

stuff like uh let's say so it's got a

124.52

little bit of a uh we could change the

127.32

background color we can do uh there's

129.64

quite a few things we can do so we're

130.84

going to probably end up playing around

132.04

with that a little

133.319

bit and we will uh we'll go ahead and

136.08

set this overall to a card and probably

138.36

come back to it but I want to actually

139.56

spend a little time more within our rows

142.84

first because some of the things we do

144.12

with the rows we're probably going to

145.319

end up doing uh some of those similar

147.879

kinds of things with our card whoop

150.48

I hate when I do that when I

151.599

accidentally click on something so if I

153.72

go

154.879

to here we go let's get our way down

157.319

into a

159.599

row

161.48

uhh where is our table that one because

166.12

what we're going to do right now is

167.239

we're going to play with our odds and

169.519

evens because that's going to give us

171.48

something while we could do it within a

173.2

row uh itself there's a couple ways we

175.2

can tackle this but I think it's going

176.319

to be easy enough to do it with an even

178.159

and an odd is we're going to we going to

179.959

add some more information around this to

182

make this pop a little bit now one of

184.92

the things we can do is we're going to

186.12

give ourselves a border color and let's

189.959

start with uh we'll just make it like

192.08

some sort of a

194.2

blue uh let's make

198.4

it let just make it a dark blue so

200.72

that's a nice little dark blue color

203.4

we're going to have to have a border

206.44

width and let's make that uh two pixels

209.239

so it's

210.28

you moderately reasonable now you'll see

212.159

here you don't see a border showing up

214.159

and we're on evens but now if we do a

218.319

border

220.159

style now what you can see is we're like

223.12

right now and again this is one of those

224.84

nice little things is I can s scroll

226.28

through the options and see what it

227.76

looks like on the page so I can go dash

230.36

dot if I double

233.239

up uh this is you know using an

235.36

environmental one I can do a Groove

237.959

hidden initial inset

240.36

set none and an outset so you see things

244.879

as you see now this is every other one

246.959

so this is going to make it look a

248.2

little

249.439

different so we're going to go ahead and

251.319

pick like let's say we're going to pick

253.48

inset and one of the things we want to

255.64

do is let's add a little bit of margin

260.359

to the

261.919

top let's make it like a and let's make

265.24

it like a five

268.6

pixel and now we're going to see a

270.56

little bit of spacing let's go that's

272.16

probably too much let's go to

274.639

three and so we've got that on our evens

278.08

but not our odds but let's also do uh

282.12

margin

284.16

left and we'll do let's do three pixels

289.32

there three pixels and so now that's

291.84

moved in that's probably a little too

294.759

much let's go let's just make it

298.56

one and then we're going to do a margin

301

on the

304.52

right and what we're going to end up

306.24

doing that'll be one pixel so now we've

308.84

like brought it in a little bit so we've

310.08

got something it's got a little more

311.28

definition to it so let's take that

316.44

alone and uh that'll be good so let's

320.24

take that for our

323.96

evens and if we flop back over here here

327.08

we goes our even we're going to add like

328.6

a whole bunch of stuff to

332.639

that let's see did it have a color

335.24

before uh let's see let's take the color

338.319

and yep so let's take the

341.24

color push that back here I don't know

343.52

we had a color on our even but we're

345.039

going to now oh I guess we did and now

348.16

with odd we're going to do the same

349.16

thing we're take everything

353.759

except the color and the background

355.919

color so we could tweak these a little

357.84

bit we could you know have sort of a

360.56

uh family of stuff uh come

365

here we could have family stuff but

367.12

we're just going to go with this for now

369.56

so now let's take a look at what this

371.319

gives us it's going to give us a nice

373.199

different look to our little table

379.8

here and if we come in and we log in now

384

notice that we've got something that's

385.319

much more distinctive from row to row so

387.96

we very quickly notice how just adding

390.44

like a little bit of just like that one

392.68

pixel margin stuff like that has added

394.759

something so now our rows are much more

397.72

distinct they don't fall together and

399.52

wherever we use them because we use

401.44

those odds and evens those are now all

403.36

over the place now back to where we were

406.8

at

407.759

before uh one of the things we were

409.56

looking at if I looked here was how and

413.36

some of these cases we've got a nice

415.599

setup here but if we look here on this

419.199

one one it doesn't it doesn't it sort of

422.039

just all flows together now one of the

423.599

things we could do is we could create a

425.319

card in that so let's actually go to

427.84

the uh let's look at these so we have

431.36

sort of a interesting thing is we've

432.96

started to do this in some places which

435.199

is where sometimes we make mistakes we

437.36

need to be a little consistent so here

439.28

what we've got is we've got a title and

441.72

then we've got our you know our table if

443.919

we look over on projects I believe it is

446.479

we don't we've got like a very different

449.44

look to

450.639

it and if we look at uh one of these

454.52

rows this also has sort of a

456.639

everything's a little different in how

458.56

it looks so let's start with with each

463

of our pages and we're going to start

464.68

with projects we're going to having to

465.8

do some code around these things but

467.599

let's start with our project list and

470.479

let's start with let's see where's our

473.44

card so we have a note card let's take a

475.919

look at our note card if that may be

477.68

what we want to start with so if we come

479.08

to

481.08

to uh where did that go

484

here in our container and let's make him

486.759

a

487.56

note card was that a whole one word nope

490.84

note underscore

495.639

card so if we do a note uncore card so

499.199

it does give us some stuff that would be

501.479

useful now one of the things we don't

502.96

want is with our note card is we

505.8

probably want our position can we make

507.96

that uh that's

510.02

[Music]

512.68

relative can we do a center let's see if

515.56

we can do

518.399

Center oh it's going to be

524.04

relative and we probably want it to

531.64

be let's see if we can

537

do that's position f so probably want to

540.6

like change that around a little bit cuz

542.48

we want that to be

544.16

within so our note card we're going to

546.32

want that to be within something so if

548.16

we get rid of

551.079

that we probably want it to be with

553.16

inside that instead of with our

554.68

container itself so if we go here let's

556.64

just take that out for a

559.12

second and if we go back here and we

561.48

jump in let's go to our first

565.44

row actually let's do this one and let's

568.16

see if that becomes a note card notore

570.8

card let's see what that looks like Oh

573.2

see now we got something now we're

574.839

starting to look a little bit better

576.079

we've got something that's got a little

577.279

bit of a pop to it now what we want here

580.32

is this would want to be a note card as

584.48

well but now we've got these splits so

586.92

we're probably going to want to do is

588.56

put a div around this whole thing and

590.839

then if you do it as a note

593.16

card and we may even want to do it here

596.48

uh let's see that's our container

601.279

and he have a row here so this one let's

604.16

see how does that

608.32

look now we've got something so now we

610.68

got a little bit more pop it's got a

612.079

little more

613.24

contrast so that's not bad at all so we

615.72

can do that that opportunities we want

617.68

that first row so let's go to that real

620.16

quick and fix that then we're going to

622.12

come back and fix

623.56

our so if we go here available

626.079

opportunities this one we want that to

627.6

be a note card might change that note

630.04

card a little bit too we'll see how that

631.36

goes but then we also want here with our

633.839

projects that was where it is we want

636.04

this whole thing to be a note card so if

637.6

we go to our project list we're going to

641.839

wrap uh here it goes all the way up to

644.48

the welcome welcome and that is going to

650.24

be let's take that all the way up here

654.36

there's our welcome and that means we're

656.36

going to go all the way to the end we're

657.839

going to have to add another another

659.76

close out and this one is just going to

663.2

be a row and a note card we could

666.56

probably make it just n we make it a

668.88

note card and we actually we'll take

670.72

that row out too at some point let's see

672.399

what that looks like if we get rid of

674

the

677.36

row and so now if we log in oh look like

680.88

we're

681.639

getting uh we haven't added that yet I'm

683.68

sorry I thought we had that but we do

685.48

have uh you know some things are

687.399

starting to look a little bit better so

690.16

that's let's do that let's log

693.959

in and so now we've

696.44

got uh here now we've got like this

700.04

little note card it so it does look a

701.48

little bit better uh we've got this

703

stuff grouped if we go to our

705.2

opportunities then we've got that sing a

707.279

note card that looks better now it is a

709.6

little bit small but if we blow this up

711.72

oh let's do it

713.48

here let's blow this up so we can read

715.8

our content a little bit better

720.44

and we got some stuff that's looking

721.839

pretty good now one of the things we're

722.88

going to do with this overall list is I

727.24

was going to see what happens if we take

729.16

the row out let's see what that looks

731.8

like if it's instead of just a row a

734.399

note card in a row what if it's just a

736.639

note card so now it yeah it pops it up a

740.56

little bit it rounds it out a little bit

742.959

more notice before that we had something

745.24

that's like now it's sort of

747.24

hitting uh the me it's hitting stuff a

749.6

little bit better now if we also let's

751.24

see what if we do a container in a note

756.959

card now we've shrunk it in quite a bit

760.12

so I think the row looked better so

761.8

let's do that we may have let's see what

764.68

that road does because another thing

766.76

we've got

768.48

here

770.36

is we've got it like bumping up against

773.12

here now and so we're going to need some

775.199

extra stuff and now that's partially

777.959

probably some of it to display issues

780.36

yeah so what we're probably going to

782.16

want to do is let's put up

784.399

projects let's make sure we've got

786.279

something at the bottom here that would

787.8

be a

789.199

row uh we get all the way to the

792.72

end let's just do

796.839

that and we just put some space like a

800.519

blank space in there just to be safe and

804.12

let's do two and let's see how that

806.399

looks I don't know why I still have that

808.32

open so let's go run that one real

812.839

quick and let's take a look at

816.399

our projects

821.48

list so now if we look and we scroll

824.199

yeah see so now we've got some space it

826.24

makes the card pop and we can do a

829.279

little bit more with these so what we

830.639

might want to do is take that whole top

832.8

section and make that put that together

836.079

and actually even this filter for stat

838

status probably want to split that up so

841.36

we're but we are already adding some

844.16

nice little touches to this and if you

845.759

look at note cart actually let's go look

847.32

at that in the CSS

849.959

because there are some things that we've

852.079

got

853.399

here this is one of them right here is

855.92

the Box shadow on the transition that is

858.759

if you see this little Shadow thing that

861.16

pops up so when you come over it when

862.6

you hover we got something that makes it

864.639

look like hey that's active now the nice

867.36

thing is we could take that to one of

871.639

these like here and we already have some

874.759

nicil information but if we come in and

877.759

turn

880.279

our

882.519

row into note card let's see what that

887.04

does so if we do that now granted it

890.32

like it changes some of the flow so that

892.519

does become some of our issues because

894

now we've got these divs within here and

896.72

we probably want those to be like a span

899.56

uh it's going to cause some issues so we

901

don't really want it to go all the way

902.68

down to that row

904.44

level although we could take some of

907.959

that stuff that we do with a note card

909.72

and we could actually place

911.44

that uh in within a row so we could do

914.12

some like the highlights and stuff like

915.839

that uh let's see field set yeah so it's

918.839

already a note card we could move we

920.639

could move some stuff around that as

923.24

well let's see where's their field set

925.199

so our field set is that guy

929.279

so our field set's already got some

930.8

coloring to it the note card gives us a

932.44

little different now we've got something

934.079

now we've got some things that are like

935.48

a little easier to read and they pop a

937.36

little bit more so we've got a nice

940.519

little touch on these uh we've actually

942.48

improved our tables and our ability to

944.44

read them if we look here it's probably

946.839

still sort of a little bit wonky because

948.92

we've got some dark colors so we

950.6

probably want to change these out let's

952.36

look at what this is what is that that

955.72

is just alert dark

959.6

let's see if we change that we're just

960.959

going to change that sometimes it's easy

962.72

to just like throw something everywhere

964.639

if we do

966.16

that now that looks even better actually

970.399

maybe do that make it

973.12

a let's make it oh let's make it an

977.88

alert uh light I think

982.199

works now we've got something

986.36

that's and now when we now granted when

989.36

we hover it but it does give us

991.519

something

992.8

there and it depends a little bit on

994.72

whether we're dark notice we're still

995.959

picking up stuff depending on whether

997.319

we're a uh odd or an even row but that

1000.88

does give us some stuff so I want to go

1002.88

like I want to go

1006

alert uh worn I think then that's going

1010.079

to be really

1012.399

annoying no uh it's not a

1015.399

Le uh I don't know if it's going to give

1017.44

me it's not going to give me me the

1018.92

options there I don't

1021.24

think so I could do uh let's do

1027.559

info yeah so some of this gets

1029.4

overwritten then I think by the note

1034.799

card and that's where you you have to

1037.48

get yeah so now I've gotten that so I've

1039.24

changed it but the note card is going to

1040.52

change some of its colors again so

1042.959

that's where you're going to have to

1043.88

sort play around with it a little bit uh

1046.28

if I do

1047.4

default

1049.679

yeah defaults just straight up not

1051.2

anything there so there's some things

1052.88

like that we can do once we've got one

1054.6

or two of these things set up we can

1055.96

start throwing them all over the place

1057.72

and really quickly tweak our our look

1061.16

and feel which is the whole point of the

1063.6

CSS so one more thing I want to knock

1066.08

out is next time we come around let's

1067.88

get this this needs to be cleaned up now

1070.36

we do have I think yes we have a nice

1072.16

little mobile menu as you see it goes to

1074.08

what they call the hamburger but we have

1076.28

this in the way and it's just not

1078.679

terribly good so we're going to clean up

1081.32

do a little bit more and like maybe do

1082.919

something with this title we're going to

1084.12

do some stuff with our menu and our

1085.76

header next time around and then uh

1089.2

we'll sort of see where we go I think we

1090.32

may clean some of these things up but

1092.36

probably wrap up because now we've got

1094.6

you know some decent looking stuff we

1096.48

probably want to the rest of these

1098.159

things are like just code things we want

1099.799

to turn like this into a probably this

1101.64

whole thing into a card so it looks more

1103.88

like uh this one I think there's some

1106.2

things we can do that just make it pop

1107.84

more but those are getting into the

1109.52

coding details so I don't want to spend

1111.64

too much time on them we will come back

1113.2

next time with the menu uh but until

1115.48

then go out there and have yourself a

1117

great day a great week and we will talk

1119.32

to you next

1123.03

[Music]

1137

time wello hello this is Rob with

1139.36

develop andur also known as building

1141.159

better developers wanted to announce

1143.48

that we have school. develop or.com feel

1146.48

free to check it out if you like any of

1148.84

this information any of the content that

1150.96

we've sent and you would like to see

1152.28

more you can come out you can enroll for

1154.28

free we have free courses we've got

1156.679

places for you to get better at just

1159.24

learning a technology or how toos you

1161.799

can work on your business skills we can

1164.12

help you with becoming a better

1165.48

developer as in coding and things like

1167.84

that a lot of the stuff you've seen on

1169.48

YouTube we also have out at school.

1172.2

develop andur we have it in a little

1174

more of a uh educational format and a

1176.52

way for you to track your progress as

1178.84

you move forward becoming a better

1181.36

developer