<div class="container">
<div class="item"></div>
<h1>Заголовок</h1>
<div class="item"></div>
</div>
div.container{
background-color: #334455;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
h1{
flex: content;
width: auto;
margin: 0.5em;
}
div.item{
flex: auto;
background-color: #112233;
height: 2px;
}
echo "Testing" | mail -s "Test" test@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = "/usr/sbin/sendmail -t -i"
disable_functions
int max( int, int );
double max( double, double);
class Animal{}
class Dog : public Animal {}
class Cat : public Animal {}
Animal* animal1 = new Dog();
Animal* animal2 = new Cat();
function titleCase(str) {
var str = str.toLowerCase().replace(/\s[a-zA-Z]/g, function(m){
return m.toUpperCase();
});
return str[0].toUpperCase() + str.substr(1);
}
функция1()
переменная
функция2()
функция3()
функция1()
функция2(переменная*)
функция3(переменная*)