Search
 
SCRIPT & CODE EXAMPLE
 

CSS

mat card title center

----- html file:

<mat-card class="title_center">
    <mat-card-title>spreadsheet</mat-card-title>
</mat-card>


----- css file:

.title_center {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}
Comment

PREVIOUS NEXT
Code Example
Css :: remove the glow in bootstrap input 
Css :: css select all elements except last css 
Css :: css retirer les puces 
Css :: change the color of a checkbox css 
Css :: overflow text newline 
Css :: radio checked css 
Css :: disable text wrap css 
Css :: how to have a background image with a color overlay 
Css :: floating object animation css 
Css :: css select last character 
Css :: css rotate animation 
Css :: excel arabic numbers 
Css :: css reset 
Css :: how to create a semi circle in css 
Css :: hide scrollbar but still scroll 
Css :: jquery add css 
Css :: box sizing reset 
Css :: background color in css 
Css :: give transition on box shadow 
Css :: remove border between td 
Css :: css animate flashing 
Css :: add black layer on image css 
Css :: tailwind input field hide arrows 
Css :: css text bottom to top 
Css :: table td remove unknown padding in td 
Css :: disable text selection 
Css :: css animation stop at the end 
Css :: how to do text center of select element 
Css :: placeholder css 
Css :: how to check if eloquent result is empty 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =