A simple layout with Full Screen Background Image
A Pen by Kanishk Kunal on CodePen.
A simple layout with Full Screen Background Image
A Pen by Kanishk Kunal on CodePen.
| <TextBlock Text="{Binding}" FontFamily="/Assets/Fonts/elegant_ink.ttf#Elegant Ink"/> |
| textBlock.FontFamily = new FontFamily("/Assets/Fonts/elegant_ink.ttf#Elegant Ink"); |
| ; Start a new pool named 'www'. | |
| ; the variable $pool can we used in any directive and will be replaced by the | |
| ; pool name ('www' here) | |
| [www] | |
| ; Per pool prefix | |
| ; It only applies on the following directives: | |
| ; - 'slowlog' | |
| ; - 'listen' (unixsocket) | |
| ; - 'chroot' |
| user www-data; | |
| worker_processes 1; | |
| pid /run/nginx.pid; | |
| events { | |
| worker_connections 768; | |
| # multi_accept on; | |
| } | |
| http { |
| <TextBlock TextWrapping="Wrap" Margin="12"> | |
| <TextBlock.Inlines> | |
| <Run FontWeight="Light" Text="Normal Text"/> | |
| <Run Foreground="Aqua" Text=" Highlighted Text"/> | |
| <Run FontWeight="Bold" Text=" Bold text"/> | |
| <Run FontWeight="Light" Text=" Normal Text"/> | |
| </TextBlock.Inlines> | |
| </TextBlock> |