<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name: MH Magazine Lite Child
 Theme URI: http://www.mhthemes.com/themes/mh-magazine-lite/
 Description: Child theme for MH Magazine Lite
 Author: TrÆ°á»ng Tiá»ƒu há»c Nguyá»…n VÄƒn Trá»—i - Tháº§y Huy Háº¡nh
 Author URI: https://nguyenvantroipm.edu.vn
 Template: mh-magazine-lite
 Version: 1.0.0
 Text Domain: mh-magazine-lite-child
*/

/* CSS Lá»i chĂ&nbsp;o thĂ&nbsp;nh viĂªn */
.greeting-wrapper {
    margin-top: 2px; /* Khoáº£ng cĂ¡ch giá»¯a menu vĂ&nbsp; lá»i chĂ&nbsp;o */
    text-align: center; /* CÄƒn giá»¯a lá»i chĂ&nbsp;o (hoáº·c dĂ¹ng left náº¿u muá»‘n cÄƒn trĂ¡i) */
    color: white; /* MĂ&nbsp;u chá»¯ tráº¯ng */
    font-size: 16px; /* KĂ­ch thÆ°á»›c chá»¯ (tĂ¹y chá»‰nh theo menu) */
    font-family: inherit; /* Kiá»ƒu chá»¯ giá»‘ng menu */
    display: flex;
    align-items: center;
    justify-content: right; /* Äáº·t ná»™i dung á»Ÿ giá»¯a náº¿u cáº§n */
}

.greeting-wrapper img {
    border-radius: 50%; /* LĂ&nbsp;m trĂ²n avatar */
    margin-right: 8px; /* Khoáº£ng cĂ¡ch giá»¯a avatar vĂ&nbsp; tĂªn */
    width: 30px; /* KĂ­ch thÆ°á»›c avatar */
    height: 30px;
}

</pre></body></html>